(self, api_client=None)
| 32 | """ |
| 33 | |
| 34 | def __init__(self, api_client=None): |
| 35 | if api_client is None: |
| 36 | api_client = ApiClient() |
| 37 | self.api_client = api_client |
| 38 | |
| 39 | def create_namespaced_cron_job(self, namespace, body, **kwargs): # noqa: E501 |
| 40 | """create_namespaced_cron_job # noqa: E501 |