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:40:48 UTC

[GitHub] [airflow] ljq0002 commented on a change in pull request #5666: [AIRFLOW-XXX] Add missing doc for annotations param of KubernetesPodOperator

ljq0002 commented on a change in pull request #5666: [AIRFLOW-XXX] Add missing doc for annotations param of KubernetesPodOperator
URL: https://github.com/apache/airflow/pull/5666#discussion_r307843623
 
 

 ##########
 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:
   With pleasure.

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