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

Method api_groups

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

Source from the content-addressed store, hash-verified

237
238 @property
239 def api_groups(self):
240 return self.parse_api_groups(request_resources=False, update=True)['apis'].keys()
241
242 def search(self, **kwargs):
243 # In first call, ignore ResourceNotFoundError and set default value for results

Callers

nothing calls this directly

Calls 1

parse_api_groupsMethod · 0.80

Tested by

no test coverage detected