MCPcopy Create free account
hub / github.com/kubernetes-client/python / __init__

Method __init__

kubernetes/base/dynamic/discovery.py:226–228  ·  view source on GitHub ↗
(self, client, cache_file)

Source from the content-addressed store, hash-verified

224 """
225
226 def __init__(self, client, cache_file):
227 Discoverer.__init__(self, client, cache_file)
228 self.__update_cache = False
229
230 def discover(self):
231 self.__resources = self.parse_api_groups(request_resources=False)

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected