Skip to content

Commit

Permalink
Add reminder about update stub file in case of change KubernetesPodOp…
Browse files Browse the repository at this point in the history
…erator's arguments (#36434)
  • Loading branch information
Taragolis authored Dec 26, 2023
1 parent 8850715 commit a7700c1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions airflow/providers/cncf/kubernetes/operators/pod.py
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,9 @@ class KubernetesPodOperator(BaseOperator):
:param progress_callback: Callback function for receiving k8s container logs.
"""

# !!! Changes in KubernetesPodOperator's arguments should be also reflected in !!!
# - airflow/decorators/__init__.pyi (by a separate PR)

# This field can be overloaded at the instance level via base_container_name
BASE_CONTAINER_NAME = "base"
ISTIO_CONTAINER_NAME = "istio-proxy"
Expand Down

0 comments on commit a7700c1

Please sign in to comment.