We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f412089 commit 7d40da7Copy full SHA for 7d40da7
examples/cronjob_crud.py
@@ -59,8 +59,6 @@ def get_cronjob_list(namespace='default'):
59
ret = v1.list_namespaced_cron_job(namespace=namespace, pretty=True, _preload_content=False)
60
cron_job_list = json.loads(ret.data)
61
print(f'cronjob number={len(cron_job_list["items"])}')
62
- # for cron in cron_job_list['items']:
63
- # print(json.dumps(cron))
64
return cron_job_list["items"]
65
66
0 commit comments