airflow.providers.cncf.kubernetes.exceptions¶
Exceptions¶
| Raised when exception happens during Pod Mutation Hook execution. | |
| Raised when an error is encountered while trying to merge pod configs. | 
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.