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

Method __init__

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

Source from the content-addressed store, hash-verified

326 self.__resources = resources
327
328 def __init__(self, client, cache_file):
329 Discoverer.__init__(self, client, cache_file)
330
331 def discover(self):
332 self.__resources = self.parse_api_groups(request_resources=True)

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected