Describe the bug
Kubernetes library versions prior to 21.7.0 don't support CronJobs.
To Reproduce
Steps to reproduce the behavior:
- In
kubetools/setup.py modify line 59 to:
- Run
pip install -e .[dev]
- Run
kubetools deploy ${NAMESPACE}.
Expected behavior
AttributeError: 'BatchV1Api' object has no attribute 'list_namespaced_cron_job'
Describe the bug
Kubernetes library versions prior to
21.7.0don't support CronJobs.To Reproduce
Steps to reproduce the behavior:
kubetools/setup.pymodify line 59 to:pip install -e .[dev]kubetools deploy ${NAMESPACE}.Expected behavior
AttributeError: 'BatchV1Api' object has no attribute 'list_namespaced_cron_job'