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

Method api_groups

kubernetes/base/dynamic/discovery.py:335–337  ·  view source on GitHub ↗

list available api groups

(self)

Source from the content-addressed store, hash-verified

333
334 @property
335 def api_groups(self):
336 """ list available api groups """
337 return self.parse_api_groups(request_resources=True, update=True)['apis'].keys()
338
339
340 def search(self, **kwargs):

Callers

nothing calls this directly

Calls 1

parse_api_groupsMethod · 0.80

Tested by

no test coverage detected