k8s.client module¶
- exception k8s.client.ClientError(*args, **kwargs)[source]¶
Bases:
K8sClientExceptionThe client made a bad request
- exception k8s.client.NotFound(*args, **kwargs)[source]¶
Bases:
K8sClientExceptionThe resource was not found, and the operation could not be completed
- exception k8s.client.ServerError(*args, **kwargs)[source]¶
Bases:
K8sClientExceptionThe API-server returned an internal error