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/05/08 22:39:30 UTC

[GitHub] [airflow] kaxil commented on a change in pull request #5261: [AIRFLOW-4487] Move k8s executor from contrib folder to main project

kaxil commented on a change in pull request #5261: [AIRFLOW-4487] Move k8s executor from contrib folder to main project
URL: https://github.com/apache/airflow/pull/5261#discussion_r282274635
 
 

 ##########
 File path: airflow/kubernetes/pod.py
 ##########
 @@ -50,13 +50,13 @@ class Pod:
     :param secrets: Secrets to be launched to the pod
     :type secrets: list[airflow.contrib.kubernetes.secret.Secret]
     :param result: The result that will be returned to the operator after
-        successful execution of the pod
+    successful execution of the pod
     :type result: any
     :param image_pull_policy: Specify a policy to cache or always pull an image
     :type image_pull_policy: str
     :param image_pull_secrets: Any image pull secrets to be given to the pod.
-        If more than one secret is required, provide a comma separated list:
-        secret_a,secret_b
+    If more than one secret is required, provide a comma separated list:
 
 Review comment:
   Same here.

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