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

Class ResourceNotFoundError

kubernetes/base/dynamic/exceptions.py:78–79  ·  view source on GitHub ↗

Resource was not found in available APIs

Source from the content-addressed store, hash-verified

76 return "{} Reason: {}".format(self.status, self.reason)
77
78class ResourceNotFoundError(Exception):
79 """ Resource was not found in available APIs """
80class ResourceNotUniqueError(Exception):
81 """ Parameters given matched multiple API resources """
82

Callers 1

getMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected