kubernetes.aio.dynamic.exceptions module¶
- exception kubernetes.aio.dynamic.exceptions.BadRequestError(e, tb=None)¶
Bases:
DynamicApiError400: StatusBadRequest
- exception kubernetes.aio.dynamic.exceptions.ConflictError(e, tb=None)¶
Bases:
DynamicApiError409: StatusConflict
- exception kubernetes.aio.dynamic.exceptions.DynamicApiError(e, tb=None)¶
Bases:
ApiExceptionGeneric API Error for the dynamic client
- summary()¶
- exception kubernetes.aio.dynamic.exceptions.ForbiddenError(e, tb=None)¶
Bases:
DynamicApiError403: StatusForbidden
- exception kubernetes.aio.dynamic.exceptions.GoneError(e, tb=None)¶
Bases:
DynamicApiError410: StatusGone
- exception kubernetes.aio.dynamic.exceptions.InternalServerError(e, tb=None)¶
Bases:
DynamicApiError500: StatusInternalServer
- exception kubernetes.aio.dynamic.exceptions.KubernetesValidateMissing¶
Bases:
Exceptionkubernetes-validate is not installed
- exception kubernetes.aio.dynamic.exceptions.MethodNotAllowedError(e, tb=None)¶
Bases:
DynamicApiError405: StatusMethodNotAllowed
- exception kubernetes.aio.dynamic.exceptions.NotFoundError(e, tb=None)¶
Bases:
DynamicApiError404: StatusNotFound
- exception kubernetes.aio.dynamic.exceptions.ResourceNotFoundError¶
Bases:
ExceptionResource was not found in available APIs
- exception kubernetes.aio.dynamic.exceptions.ResourceNotUniqueError¶
Bases:
ExceptionParameters given matched multiple API resources
- exception kubernetes.aio.dynamic.exceptions.ServerTimeoutError(e, tb=None)¶
Bases:
DynamicApiError504: StatusServerTimeout
Bases:
DynamicApiError503: StatusServiceUnavailable
- exception kubernetes.aio.dynamic.exceptions.TooManyRequestsError(e, tb=None)¶
Bases:
DynamicApiError429: StatusTooManyRequests
- exception kubernetes.aio.dynamic.exceptions.UnauthorizedError(e, tb=None)¶
Bases:
DynamicApiError401: StatusUnauthorized
- exception kubernetes.aio.dynamic.exceptions.UnprocessibleEntityError(e, tb=None)¶
Bases:
DynamicApiError422: StatusUnprocessibleEntity
- kubernetes.aio.dynamic.exceptions.api_exception(e)¶
Returns the proper Exception class for the given kubernetes.client.rest.ApiException object https://github.com/kubernetes/community/blob/master/contributors/devel/api-conventions.md#success-codes