MCPcopy Index your code
hub / github.com/kubernetes-client/python / __init__

Method __init__

kubernetes/client/api/batch_v1_api.py:34–37  ·  view source on GitHub ↗
(self, api_client=None)

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

ApiClientClass · 0.90

Tested by

no test coverage detected