ashb commented on a change in pull request #7365: [AIRFLOW-5221] add 
host_aliases to KubernetesPodOperator
URL: https://github.com/apache/airflow/pull/7365#discussion_r378796979
 
 

 ##########
 File path: airflow/providers/cncf/kubernetes/operators/kubernetes_pod.py
 ##########
 @@ -110,6 +110,8 @@ class KubernetesPodOperator(BaseOperator):  # pylint: 
disable=too-many-instance-
     :type is_delete_operator_pod: bool
     :param hostnetwork: If True enable host networking on the pod.
     :type hostnetwork: bool
+    :param host_aliases: A list of hostAliases.
+    :type host_aliases: list hostAliases
 
 Review comment:
   ```suggestion
       :type host_aliases: list
   ```

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to