kubernetes_asyncio.client.exceptions module

Kubernetes

No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501

The version of the OpenAPI document: v1.34.3 Generated by: https://openapi-generator.tech

exception kubernetes_asyncio.client.exceptions.ApiAttributeError(msg, path_to_item=None)

Bases: OpenApiException, AttributeError

exception kubernetes_asyncio.client.exceptions.ApiException(status=None, reason=None, http_resp=None)

Bases: OpenApiException

exception kubernetes_asyncio.client.exceptions.ApiKeyError(msg, path_to_item=None)

Bases: OpenApiException, KeyError

exception kubernetes_asyncio.client.exceptions.ApiTypeError(msg, path_to_item=None, valid_classes=None, key_type=None)

Bases: OpenApiException, TypeError

exception kubernetes_asyncio.client.exceptions.ApiValueError(msg, path_to_item=None)

Bases: OpenApiException, ValueError

exception kubernetes_asyncio.client.exceptions.ForbiddenException(status=None, reason=None, http_resp=None)

Bases: ApiException

exception kubernetes_asyncio.client.exceptions.NotFoundException(status=None, reason=None, http_resp=None)

Bases: ApiException

exception kubernetes_asyncio.client.exceptions.OpenApiException

Bases: Exception

The base exception class for all OpenAPIExceptions

exception kubernetes_asyncio.client.exceptions.ServiceException(status=None, reason=None, http_resp=None)

Bases: ApiException

exception kubernetes_asyncio.client.exceptions.UnauthorizedException(status=None, reason=None, http_resp=None)

Bases: ApiException

kubernetes_asyncio.client.exceptions.render_path(path_to_item)

Returns a string representation of a path