This is an automated email from the ASF dual-hosted git repository.

kaxilnaik pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/master by this push:
     new 7757fe3  Doc: Update kubernetes.rst to clarify Kubernetes Connection 
(#14954)
7757fe3 is described below

commit 7757fe32e0aa627cb849f2d69fbbb01f1d180a64
Author: Ruben Laguna <[email protected]>
AuthorDate: Wed Mar 31 11:53:27 2021 +0200

    Doc: Update kubernetes.rst to clarify Kubernetes Connection (#14954)
---
 .../apache-airflow-providers-cncf-kubernetes/connections/kubernetes.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/docs/apache-airflow-providers-cncf-kubernetes/connections/kubernetes.rst 
b/docs/apache-airflow-providers-cncf-kubernetes/connections/kubernetes.rst
index 5fa2553..9906a75 100644
--- a/docs/apache-airflow-providers-cncf-kubernetes/connections/kubernetes.rst
+++ b/docs/apache-airflow-providers-cncf-kubernetes/connections/kubernetes.rst
@@ -20,7 +20,7 @@
 Kubernetes cluster Connection
 =============================
 
-The Kubernetes cluster Connection type enables connection to Kubernetes 
cluster.
+The Kubernetes cluster Connection type enables connection to a Kubernetes 
cluster by 
:class:`~airflow.providers.cncf.kubernetes.operators.spark_kubernetes.SparkKubernetesOperator`
 tasks. They are not used by ``KubernetesPodOperator`` tasks.
 
 
 Authenticating to Kubernetes cluster

Reply via email to