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 2018/12/05 18:17:57 UTC

[GitHub] feng-tao closed pull request #4280: [AIRFLOW-XXX] Updated kubernetes.rst

feng-tao closed pull request #4280: [AIRFLOW-XXX]  Updated kubernetes.rst 
URL: https://github.com/apache/incubator-airflow/pull/4280
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/docs/kubernetes.rst b/docs/kubernetes.rst
index bb2d99e3ad..479cef87f6 100644
--- a/docs/kubernetes.rst
+++ b/docs/kubernetes.rst
@@ -34,6 +34,9 @@ Kubernetes Operator
     from airflow.contrib.operators import KubernetesOperator
     from airflow.contrib.operators.kubernetes_pod_operator import KubernetesPodOperator
     from airflow.contrib.kubernetes.secret import Secret
+    from airflow.contrib.kubernetes.volume import Volume
+    from airflow.contrib.kubernetes.volume_mount import VolumeMount
+
 
     secret_file = Secret('volume', '/etc/sql_conn', 'airflow-secrets', 'sql_alchemy_conn')
     secret_env  = Secret('env', 'SQL_CONN', 'airflow-secrets', 'sql_alchemy_conn')


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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