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

Class NotFoundException

kubernetes/client/exceptions.py:131–134  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

129
130
131class NotFoundException(ApiException):
132
133 def __init__(self, status=None, reason=None, http_resp=None):
134 super(NotFoundException, self).__init__(status, reason, http_resp)
135
136
137class UnauthorizedException(ApiException):

Callers 1

requestMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected