What is python code for kubernetes client same as:
'kubectl get cronjob -o yaml'
I tried with https://github.com/kubernetes-client/python/blob/master/examples/cronjob_crud.py
get_cronjob_body(namespace,name,command) which return body but this doesn't work.