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

Method __init__

kubernetes/client/api/scheduling_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 get_api_group(self, **kwargs): # noqa: E501
40 """get_api_group # noqa: E501

Callers

nothing calls this directly

Calls 1

ApiClientClass · 0.90

Tested by

no test coverage detected