This is an automated email from the ASF dual-hosted git repository.
husseinawala pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/main by this push:
new 31450bbe3c Remove non existing params from
`KubernetesResourceBaseOperator` docstring
31450bbe3c is described below
commit 31450bbe3c91246f3eedd6a808e60d5355d81171
Author: raphaelauv <[email protected]>
AuthorDate: Mon Nov 13 14:12:49 2023 +0100
Remove non existing params from `KubernetesResourceBaseOperator` docstring
---
airflow/providers/cncf/kubernetes/operators/resource.py | 5 -----
1 file changed, 5 deletions(-)
diff --git a/airflow/providers/cncf/kubernetes/operators/resource.py
b/airflow/providers/cncf/kubernetes/operators/resource.py
index b8bd65eb26..598731b639 100644
--- a/airflow/providers/cncf/kubernetes/operators/resource.py
+++ b/airflow/providers/cncf/kubernetes/operators/resource.py
@@ -45,11 +45,6 @@ class KubernetesResourceBaseOperator(BaseOperator):
this parameter has no effect.
:param kubernetes_conn_id: The :ref:`kubernetes connection id
<howto/connection:kubernetes>`
for the Kubernetes cluster.
- :param in_cluster: run kubernetes client with in_cluster configuration.
- :param cluster_context: context that points to kubernetes cluster.
- Ignored when in_cluster is True. If None, current-context is used.
- :param config_file: The path to the Kubernetes config file. (templated)
- If not specified, default value is ``~/.kube/config``
"""
template_fields = ("yaml_conf",)