You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2019/07/26 17:28:46 UTC

[GitHub] [airflow] ashb commented on a change in pull request #5666: add comment for KubernetesPodOperator

ashb commented on a change in pull request #5666: add comment for KubernetesPodOperator
URL: https://github.com/apache/airflow/pull/5666#discussion_r307839173
 
 

 ##########
 File path: airflow/contrib/operators/kubernetes_pod_operator.py
 ##########
 @@ -98,6 +98,9 @@ class KubernetesPodOperator(BaseOperator):
     :type pod_runtime_info_envs: list[PodRuntimeEnv]
     :param dnspolicy: Specify a dnspolicy for the pod
     :type dnspolicy: str
+    :param annotations: non-identifying metadata you can attach to the Pod.
+                        Can be a large range of data, and can include characters that are not permitted by labels.
+    :type annotations: dict
 
 Review comment:
   Could you have the position match the order of arguments to `__init__` (so before `:param resources:`) please?

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


With regards,
Apache Git Services