This is an automated email from the ASF dual-hosted git repository.

potiuk pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/main by this push:
     new 7f0478fec8a added missing argument docs for pod methods  (#71217)
7f0478fec8a is described below

commit 7f0478fec8a088daf483bebbfcb250cdb72025bc
Author: Nataneljpwd <[email protected]>
AuthorDate: Thu Aug 13 17:40:54 2026 +0300

    added missing argument docs for pod methods  (#71217)
---
 .../kubernetes/src/airflow/providers/cncf/kubernetes/triggers/pod.py  | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git 
a/providers/cncf/kubernetes/src/airflow/providers/cncf/kubernetes/triggers/pod.py
 
b/providers/cncf/kubernetes/src/airflow/providers/cncf/kubernetes/triggers/pod.py
index 4ee0b90c51f..2b7c7f2d5ec 100644
--- 
a/providers/cncf/kubernetes/src/airflow/providers/cncf/kubernetes/triggers/pod.py
+++ 
b/providers/cncf/kubernetes/src/airflow/providers/cncf/kubernetes/triggers/pod.py
@@ -80,10 +80,12 @@ class KubernetesPodTrigger(BaseTrigger):
     :param pod_namespace: The namespace of the pod.
     :param kubernetes_conn_id: The :ref:`kubernetes connection id 
<howto/connection:kubernetes>`
         for the Kubernetes cluster.
+    :param connection_extras: Extra connection kwargs.
     :param cluster_context: Context that points to kubernetes cluster.
     :param config_dict: Content of kubeconfig file in dict format.
     :param poll_interval: Polling period in seconds to check for the status.
-    :param trigger_start_time: time in Datetime format when the trigger was 
started
+    :param trigger_start_time: Time in Datetime format when the trigger was 
started.
+    :param base_container_name: The container whose logs / status the trigger 
watches.
     :param in_cluster: run kubernetes client with in_cluster configuration.
     :param get_logs: get the stdout of the container as logs of the tasks.
     :param startup_timeout: timeout in seconds to start up the pod.

Reply via email to