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

Method discover

kubernetes/base/dynamic/discovery.py:331–332  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

329 Discoverer.__init__(self, client, cache_file)
330
331 def discover(self):
332 self.__resources = self.parse_api_groups(request_resources=True)
333
334 @property
335 def api_groups(self):

Callers

nothing calls this directly

Calls 1

parse_api_groupsMethod · 0.80

Tested by

no test coverage detected