kubernetes.aio.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: release-1.36 Generated by: https://openapi-generator.tech
- exception kubernetes.aio.client.exceptions.ApiAttributeError(msg, path_to_item=None)¶
Bases:
OpenApiException,AttributeError
- exception kubernetes.aio.client.exceptions.ApiException(status=None, reason=None, http_resp=None)¶
Bases:
OpenApiException
- exception kubernetes.aio.client.exceptions.ApiKeyError(msg, path_to_item=None)¶
Bases:
OpenApiException,KeyError
- exception kubernetes.aio.client.exceptions.ApiTypeError(msg, path_to_item=None, valid_classes=None, key_type=None)¶
Bases:
OpenApiException,TypeError
- exception kubernetes.aio.client.exceptions.ApiValueError(msg, path_to_item=None)¶
Bases:
OpenApiException,ValueError
- exception kubernetes.aio.client.exceptions.ForbiddenException(status=None, reason=None, http_resp=None)¶
Bases:
ApiException
- exception kubernetes.aio.client.exceptions.NotFoundException(status=None, reason=None, http_resp=None)¶
Bases:
ApiException
- exception kubernetes.aio.client.exceptions.OpenApiException¶
Bases:
ExceptionThe base exception class for all OpenAPIExceptions
- exception kubernetes.aio.client.exceptions.ServiceException(status=None, reason=None, http_resp=None)¶
Bases:
ApiException
- exception kubernetes.aio.client.exceptions.UnauthorizedException(status=None, reason=None, http_resp=None)¶
Bases:
ApiException
- kubernetes.aio.client.exceptions.render_path(path_to_item)¶
Returns a string representation of a path