Skip to main content

prefect_kubernetes.exceptions

Module to define common exceptions within prefect_kubernetes.

Classes

KubernetesJobDefinitionError

An exception for when a Kubernetes job definition is invalid.

KubernetesJobFailedError

An exception for when a Kubernetes job fails.

KubernetesResourceNotFoundError

An exception for when a Kubernetes resource cannot be found by a client.

KubernetesJobTimeoutError

An exception for when a Kubernetes job times out.