rbiegacz commented on code in PR #24054:
URL: https://github.com/apache/airflow/pull/24054#discussion_r885906030


##########
airflow/providers/cncf/kubernetes/operators/kubernetes_pod.py:
##########
@@ -142,6 +150,12 @@ class KubernetesPodOperator(BaseOperator):
     :param priority_class_name: priority class name for the launched Pod
     :param termination_grace_period: Termination grace period if task killed 
in UI,
         defaults to kubernetes default
+    :param pod_runtime_info_envs: (Optional) A list of environment variables,
+        to be set in the container. Cannot be updated.
+    :param configmaps: (Optional) A list of names of config maps which 
coselects a ConfigMap

Review Comment:
   coselects -> collects ?



-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to