kubernetes_asyncio.dynamic.exceptions module
- exception kubernetes_asyncio.dynamic.exceptions.BadRequestError(e: ApiException, tb=None)
Bases:
DynamicApiError400: StatusBadRequest
- exception kubernetes_asyncio.dynamic.exceptions.ConflictError(e: ApiException, tb=None)
Bases:
DynamicApiError409: StatusConflict
- exception kubernetes_asyncio.dynamic.exceptions.DynamicApiError(e: ApiException, tb=None)
Bases:
ApiExceptionGeneric API Error for the dynamic client
- summary() str
- exception kubernetes_asyncio.dynamic.exceptions.ForbiddenError(e: ApiException, tb=None)
Bases:
DynamicApiError403: StatusForbidden
- exception kubernetes_asyncio.dynamic.exceptions.GoneError(e: ApiException, tb=None)
Bases:
DynamicApiError410: StatusGone
- exception kubernetes_asyncio.dynamic.exceptions.InternalServerError(e: ApiException, tb=None)
Bases:
DynamicApiError500: StatusInternalServer
- exception kubernetes_asyncio.dynamic.exceptions.KubernetesValidateMissing
Bases:
Exceptionkubernetes-validate is not installed
- exception kubernetes_asyncio.dynamic.exceptions.MethodNotAllowedError(e: ApiException, tb=None)
Bases:
DynamicApiError405: StatusMethodNotAllowed
- exception kubernetes_asyncio.dynamic.exceptions.NotFoundError(e: ApiException, tb=None)
Bases:
DynamicApiError404: StatusNotFound
- exception kubernetes_asyncio.dynamic.exceptions.ResourceNotFoundError
Bases:
ExceptionResource was not found in available APIs
- exception kubernetes_asyncio.dynamic.exceptions.ResourceNotUniqueError
Bases:
ExceptionParameters given matched multiple API resources
- exception kubernetes_asyncio.dynamic.exceptions.ServerTimeoutError(e: ApiException, tb=None)
Bases:
DynamicApiError504: StatusServerTimeout
Bases:
DynamicApiError503: StatusServiceUnavailable
- exception kubernetes_asyncio.dynamic.exceptions.TooManyRequestsError(e: ApiException, tb=None)
Bases:
DynamicApiError429: StatusTooManyRequests
- exception kubernetes_asyncio.dynamic.exceptions.UnauthorizedError(e: ApiException, tb=None)
Bases:
DynamicApiError401: StatusUnauthorized
- exception kubernetes_asyncio.dynamic.exceptions.UnprocessibleEntityError(e: ApiException, tb=None)
Bases:
DynamicApiError422: StatusUnprocessibleEntity
- kubernetes_asyncio.dynamic.exceptions.api_exception(e: ApiException) Exception
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