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

Method update

kubernetes/base/dynamic/discovery.py:325–326  ·  view source on GitHub ↗
(self, resources)

Source from the content-addressed store, hash-verified

323 """
324
325 def update(self, resources):
326 self.__resources = resources
327
328 def __init__(self, client, cache_file):
329 Discoverer.__init__(self, client, cache_file)

Callers 5

server_side_applyMethod · 0.45
to_dictMethod · 0.45
to_dictMethod · 0.45
__init__Method · 0.45
parse_api_groupsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected