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

Class UnauthorizedException

kubernetes/client/exceptions.py:137–140  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

135
136
137class UnauthorizedException(ApiException):
138
139 def __init__(self, status=None, reason=None, http_resp=None):
140 super(UnauthorizedException, self).__init__(status, reason, http_resp)
141
142
143class ForbiddenException(ApiException):

Callers 1

requestMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected