Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
Indexed
MCP
copy
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
131
class
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
137
class
UnauthorizedException(ApiException):
Callers
1
request
Method · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected