ashb commented on a change in pull request #4554: [AIRFLOW-3729] Support env 
variables with pod runtime information in KubernetesPodOperator
URL: https://github.com/apache/airflow/pull/4554#discussion_r268567572
 
 

 ##########
 File path: airflow/contrib/operators/kubernetes_pod_operator.py
 ##########
 @@ -88,6 +89,9 @@ class KubernetesPodOperator(BaseOperator):
     :type hostnetwork: bool
     :param tolerations: A list of kubernetes tolerations
     :type tolerations: list tolerations
+    :param pod_runtime_info_envs: environment variables about
+                                  pod runtime information (ip, namespace, 
nodeName, podName)
+    :type pod_runtime_info_envs: list of PodRuntimeEnv
 
 Review comment:
   ```suggestion
       :type pod_runtime_info_envs: list[PodRuntimeEnv]
   ```

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to