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

Class ForbiddenException

kubernetes/client/exceptions.py:143–146  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

141
142
143class ForbiddenException(ApiException):
144
145 def __init__(self, status=None, reason=None, http_resp=None):
146 super(ForbiddenException, self).__init__(status, reason, http_resp)
147
148
149class ServiceException(ApiException):

Callers 1

requestMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected