Open DilaraOflaz opened 2 years ago
Describe the bug Kubernetes library versions prior to 21.7.0 don't support CronJobs.
21.7.0
To Reproduce Steps to reproduce the behavior:
kubetools/setup.py
'kubernetes==20.13.0',
pip install -e .[dev]
kubetools deploy ${NAMESPACE}
Expected behavior AttributeError: 'BatchV1Api' object has no attribute 'list_namespaced_cron_job'
AttributeError: 'BatchV1Api' object has no attribute 'list_namespaced_cron_job'
Describe the bug Kubernetes library versions prior to
21.7.0
don't support CronJobs.To Reproduce Steps to reproduce the behavior:
kubetools/setup.py
modify line 59 to:pip install -e .[dev]
kubetools deploy ${NAMESPACE}
.Expected behavior
AttributeError: 'BatchV1Api' object has no attribute 'list_namespaced_cron_job'