Complete the airflow survey & get a free airflow 3 certification!

airflow.providers.cncf.kubernetes.exceptions

Exceptions

PodMutationHookException

Raised when exception happens during Pod Mutation Hook execution.

PodReconciliationError

Raised when an error is encountered while trying to merge pod configs.

KubernetesApiError

Raised when an error is encountered while trying access Kubernetes API.

KubernetesApiPermissionError

Raised when an error is encountered while trying access Kubernetes API.

Module Contents

exception airflow.providers.cncf.kubernetes.exceptions.PodMutationHookException[source]

Bases: airflow.exceptions.AirflowException

Raised when exception happens during Pod Mutation Hook execution.

exception airflow.providers.cncf.kubernetes.exceptions.PodReconciliationError[source]

Bases: airflow.exceptions.AirflowException

Raised when an error is encountered while trying to merge pod configs.

exception airflow.providers.cncf.kubernetes.exceptions.KubernetesApiError[source]

Bases: airflow.exceptions.AirflowException

Raised when an error is encountered while trying access Kubernetes API.

exception airflow.providers.cncf.kubernetes.exceptions.KubernetesApiPermissionError[source]

Bases: airflow.exceptions.AirflowException

Raised when an error is encountered while trying access Kubernetes API.

Was this entry helpful?