File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
airflow/providers/google/cloud/operators Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ class GKEDeleteClusterOperator(BaseOperator):
61
61
62
62
:param project_id: The Google Developers Console [project ID or project number]
63
63
:param name: The name of the resource to delete, in this case cluster name
64
- :param location: The name of the Google Compute Engine zone or region in which the cluster
64
+ :param location: The name of the Google Kubernetes Engine zone or region in which the cluster
65
65
resides.
66
66
:param gcp_conn_id: The connection ID to use connecting to Google Cloud.
67
67
:param api_version: The api version to use
@@ -155,7 +155,7 @@ class GKECreateClusterOperator(BaseOperator):
155
155
:ref:`howto/operator:GKECreateClusterOperator`
156
156
157
157
:param project_id: The Google Developers Console [project ID or project number]
158
- :param location: The name of the Google Compute Engine or region in which the cluster
158
+ :param location: The name of the Google Kubernetes Engine zone or region in which the cluster
159
159
resides.
160
160
:param body: The Cluster definition to create, can be protobuf or python dict, if
161
161
dict it must match protobuf message Cluster
You can’t perform that action at this time.
0 commit comments