Class ClusterManagerClient (2.1.0)

ClusterManagerClient(*, credentials: google.auth.credentials.Credentials = None, transport: Union[str, google.cloud.container_v1.services.cluster_manager.transports.base.ClusterManagerTransport] = None, client_options: <module 'google.api_core.client_options' from '/workspace/python-container/.nox/docfx/lib/python3.9/site-packages/google/api_core/client_options.py'> = None, client_info: google.api_core.gapic_v1.client_info.ClientInfo = <google.api_core.gapic_v1.client_info.ClientInfo object>)

Google Kubernetes Engine Cluster Manager v1

Methods

ClusterManagerClient

ClusterManagerClient(*, credentials: google.auth.credentials.Credentials = None, transport: Union[str, google.cloud.container_v1.services.cluster_manager.transports.base.ClusterManagerTransport] = None, client_options: <module 'google.api_core.client_options' from '/workspace/python-container/.nox/docfx/lib/python3.9/site-packages/google/api_core/client_options.py'> = None, client_info: google.api_core.gapic_v1.client_info.ClientInfo = <google.api_core.gapic_v1.client_info.ClientInfo object>)

Instantiate the cluster manager client.

Parameters
NameDescription
credentials Optional[google.auth.credentials.Credentials]

The authorization credentials to attach to requests. These credentials identify the application to the service; if none are specified, the client will attempt to ascertain the credentials from the environment.

transport Union[str, .ClusterManagerTransport]

The transport to use. If set to None, a transport is chosen automatically.

client_options ClientOptions

Custom options for the client. It won't take effect if a transport instance is provided. (1) The api_endpoint property can be used to override the default endpoint provided by the client. GOOGLE_API_USE_MTLS_ENDPOINT environment variable can also be used to override the endpoint: "always" (always use the default mTLS endpoint), "never" (always use the default regular endpoint) and "auto" (auto switch to the default mTLS endpoint if client certificate is present, this is the default value). However, the api_endpoint property takes precedence if provided. (2) If GOOGLE_API_USE_CLIENT_CERTIFICATE environment variable is "true", then the client_cert_source property can be used to provide client certificate for mutual TLS transport. If not provided, the default SSL client certificate will be used if present. If GOOGLE_API_USE_CLIENT_CERTIFICATE is "false" or not set, no client certificate will be used.

client_info google.api_core.gapic_v1.client_info.ClientInfo

The client info used to send a user-agent string along with API requests. If None, then default info will be used. Generally, you only need to set this if you're developing your own client library.

Exceptions
TypeDescription
google.auth.exceptions.MutualTLSChannelErrorIf mutual TLS transport creation failed for any reason.

cancel_operation

cancel_operation(request: Optional[google.cloud.container_v1.types.cluster_service.CancelOperationRequest] = None, *, project_id: Optional[str] = None, zone: Optional[str] = None, operation_id: Optional[str] = None, name: Optional[str] = None, retry: google.api_core.retry.Retry = <_MethodDefault._DEFAULT_VALUE: <object object>>, timeout: Optional[float] = None, metadata: Sequence[Tuple[str, str]] = ())

Cancels the specified operation.

Parameters
NameDescription
request .cluster_service.CancelOperationRequest

The request object. CancelOperationRequest cancels a single operation.

project_id str

Deprecated. The Google Developers Console project ID or project number https://support.google.com/cloud/answer/6158840__. This field has been deprecated and replaced by the name field. This corresponds to the project_id field on the request instance; if request is provided, this should not be set.

zone str

Deprecated. The name of the Google Compute Engine zone https://cloud.google.com/compute/docs/zones#available__ in which the operation resides. This field has been deprecated and replaced by the name field. This corresponds to the zone field on the request instance; if request is provided, this should not be set.

operation_id str

Deprecated. The server-assigned name of the operation. This field has been deprecated and replaced by the name field. This corresponds to the operation_id field on the request instance; if request is provided, this should not be set.

name str

The name (project, location, operation id) of the operation to cancel. Specified in the format projects//locations//operations/*. This corresponds to the name field on the request instance; if request is provided, this should not be set.

retry google.api_core.retry.Retry

Designation of what errors, if any, should be retried.

timeout float

The timeout for this request.

metadata Sequence[Tuple[str, str]]

Strings which should be sent along with the request as metadata.

complete_ip_rotation

complete_ip_rotation(request: Optional[google.cloud.container_v1.types.cluster_service.CompleteIPRotationRequest] = None, *, project_id: Optional[str] = None, zone: Optional[str] = None, cluster_id: Optional[str] = None, name: Optional[str] = None, retry: google.api_core.retry.Retry = <_MethodDefault._DEFAULT_VALUE: <object object>>, timeout: Optional[float] = None, metadata: Sequence[Tuple[str, str]] = ())

Completes master IP rotation.

Parameters
NameDescription
request .cluster_service.CompleteIPRotationRequest

The request object. CompleteIPRotationRequest moves the cluster master back into single-IP mode.

project_id str

Deprecated. The Google Developers Console project ID or project number https://developers.google.com/console/help/new/#projectnumber__. This field has been deprecated and replaced by the name field. This corresponds to the project_id field on the request instance; if request is provided, this should not be set.

zone str

Deprecated. The name of the Google Compute Engine zone https://cloud.google.com/compute/docs/zones#available__ in which the cluster resides. This field has been deprecated and replaced by the name field. This corresponds to the zone field on the request instance; if request is provided, this should not be set.

cluster_id str

Deprecated. The name of the cluster. This field has been deprecated and replaced by the name field. This corresponds to the cluster_id field on the request instance; if request is provided, this should not be set.

name str

The name (project, location, cluster id) of the cluster to complete IP rotation. Specified in the format projects//locations//clusters/*. This corresponds to the name field on the request instance; if request is provided, this should not be set.

retry google.api_core.retry.Retry

Designation of what errors, if any, should be retried.

timeout float

The timeout for this request.

metadata Sequence[Tuple[str, str]]

Strings which should be sent along with the request as metadata.

Returns
TypeDescription
.cluster_service.OperationThis operation resource represents operations that may have happened or are happening on the cluster. All fields are output only.

create_cluster

create_cluster(request: Optional[google.cloud.container_v1.types.cluster_service.CreateClusterRequest] = None, *, project_id: Optional[str] = None, zone: Optional[str] = None, cluster: Optional[google.cloud.container_v1.types.cluster_service.Cluster] = None, parent: Optional[str] = None, retry: google.api_core.retry.Retry = <_MethodDefault._DEFAULT_VALUE: <object object>>, timeout: Optional[float] = None, metadata: Sequence[Tuple[str, str]] = ())

Creates a cluster, consisting of the specified number and type of Google Compute Engine instances.

By default, the cluster is created in the project's default network <https://cloud.google.com/compute/docs/networks-and-firewalls#networks>__.

One firewall is added for the cluster. After cluster creation, the Kubelet creates routes for each node to allow the containers on that node to communicate with all other instances in the cluster.

Finally, an entry is added to the project's global metadata indicating which CIDR range the cluster is using.

Parameters
NameDescription
request .cluster_service.CreateClusterRequest

The request object. CreateClusterRequest creates a cluster.

project_id str

Deprecated. The Google Developers Console project ID or project number https://support.google.com/cloud/answer/6158840__. This field has been deprecated and replaced by the parent field. This corresponds to the project_id field on the request instance; if request is provided, this should not be set.

zone str

Deprecated. The name of the Google Compute Engine zone https://cloud.google.com/compute/docs/zones#available__ in which the cluster resides. This field has been deprecated and replaced by the parent field. This corresponds to the zone field on the request instance; if request is provided, this should not be set.

cluster .cluster_service.Cluster

Required. A cluster resource https://cloud.google.com/container-engine/reference/rest/v1/projects.zones.clusters__ This corresponds to the cluster field on the request instance; if request is provided, this should not be set.

parent str

The parent (project and location) where the cluster will be created. Specified in the format projects//locations/. This corresponds to the parent field on the request instance; if request is provided, this should not be set.

retry google.api_core.retry.Retry

Designation of what errors, if any, should be retried.

timeout float

The timeout for this request.

metadata Sequence[Tuple[str, str]]

Strings which should be sent along with the request as metadata.

Returns
TypeDescription
.cluster_service.OperationThis operation resource represents operations that may have happened or are happening on the cluster. All fields are output only.

create_node_pool

create_node_pool(request: Optional[google.cloud.container_v1.types.cluster_service.CreateNodePoolRequest] = None, *, project_id: Optional[str] = None, zone: Optional[str] = None, cluster_id: Optional[str] = None, node_pool: Optional[google.cloud.container_v1.types.cluster_service.NodePool] = None, parent: Optional[str] = None, retry: google.api_core.retry.Retry = <_MethodDefault._DEFAULT_VALUE: <object object>>, timeout: Optional[float] = None, metadata: Sequence[Tuple[str, str]] = ())

Creates a node pool for a cluster.

Parameters
NameDescription
request .cluster_service.CreateNodePoolRequest

The request object. CreateNodePoolRequest creates a node pool for a cluster.

project_id str

Deprecated. The Google Developers Console project ID or project number https://developers.google.com/console/help/new/#projectnumber__. This field has been deprecated and replaced by the parent field. This corresponds to the project_id field on the request instance; if request is provided, this should not be set.

zone str

Deprecated. The name of the Google Compute Engine zone https://cloud.google.com/compute/docs/zones#available__ in which the cluster resides. This field has been deprecated and replaced by the parent field. This corresponds to the zone field on the request instance; if request is provided, this should not be set.

cluster_id str

Deprecated. The name of the cluster. This field has been deprecated and replaced by the parent field. This corresponds to the cluster_id field on the request instance; if request is provided, this should not be set.

node_pool .cluster_service.NodePool

Required. The node pool to create. This corresponds to the node_pool field on the request instance; if request is provided, this should not be set.

parent str

The parent (project, location, cluster id) where the node pool will be created. Specified in the format projects//locations//clusters/*. This corresponds to the parent field on the request instance; if request is provided, this should not be set.

retry google.api_core.retry.Retry

Designation of what errors, if any, should be retried.

timeout float

The timeout for this request.

metadata Sequence[Tuple[str, str]]

Strings which should be sent along with the request as metadata.

Returns
TypeDescription
.cluster_service.OperationThis operation resource represents operations that may have happened or are happening on the cluster. All fields are output only.

delete_cluster

delete_cluster(request: Optional[google.cloud.container_v1.types.cluster_service.DeleteClusterRequest] = None, *, project_id: Optional[str] = None, zone: Optional[str] = None, cluster_id: Optional[str] = None, name: Optional[str] = None, retry: google.api_core.retry.Retry = <_MethodDefault._DEFAULT_VALUE: <object object>>, timeout: Optional[float] = None, metadata: Sequence[Tuple[str, str]] = ())

Deletes the cluster, including the Kubernetes endpoint and all worker nodes.

Firewalls and routes that were configured during cluster creation are also deleted.

Other Google Compute Engine resources that might be in use by the cluster, such as load balancer resources, are not deleted if they weren't present when the cluster was initially created.

Parameters
NameDescription
request .cluster_service.DeleteClusterRequest

The request object. DeleteClusterRequest deletes a cluster.

project_id str

Deprecated. The Google Developers Console project ID or project number https://support.google.com/cloud/answer/6158840__. This field has been deprecated and replaced by the name field. This corresponds to the project_id field on the request instance; if request is provided, this should not be set.

zone str

Deprecated. The name of the Google Compute Engine zone https://cloud.google.com/compute/docs/zones#available__ in which the cluster resides. This field has been deprecated and replaced by the name field. This corresponds to the zone field on the request instance; if request is provided, this should not be set.

cluster_id str

Deprecated. The name of the cluster to delete. This field has been deprecated and replaced by the name field. This corresponds to the cluster_id field on the request instance; if request is provided, this should not be set.

name str

The name (project, location, cluster) of the cluster to delete. Specified in the format projects//locations//clusters/*. This corresponds to the name field on the request instance; if request is provided, this should not be set.

retry google.api_core.retry.Retry

Designation of what errors, if any, should be retried.

timeout float

The timeout for this request.

metadata Sequence[Tuple[str, str]]

Strings which should be sent along with the request as metadata.

Returns
TypeDescription
.cluster_service.OperationThis operation resource represents operations that may have happened or are happening on the cluster. All fields are output only.

delete_node_pool

delete_node_pool(request: Optional[google.cloud.container_v1.types.cluster_service.DeleteNodePoolRequest] = None, *, project_id: Optional[str] = None, zone: Optional[str] = None, cluster_id: Optional[str] = None, node_pool_id: Optional[str] = None, name: Optional[str] = None, retry: google.api_core.retry.Retry = <_MethodDefault._DEFAULT_VALUE: <object object>>, timeout: Optional[float] = None, metadata: Sequence[Tuple[str, str]] = ())

Deletes a node pool from a cluster.

Parameters
NameDescription
request .cluster_service.DeleteNodePoolRequest

The request object. DeleteNodePoolRequest deletes a node pool for a cluster.

project_id str

Deprecated. The Google Developers Console project ID or project number https://developers.google.com/console/help/new/#projectnumber__. This field has been deprecated and replaced by the name field. This corresponds to the project_id field on the request instance; if request is provided, this should not be set.

zone str

Deprecated. The name of the Google Compute Engine zone https://cloud.google.com/compute/docs/zones#available__ in which the cluster resides. This field has been deprecated and replaced by the name field. This corresponds to the zone field on the request instance; if request is provided, this should not be set.

cluster_id str

Deprecated. The name of the cluster. This field has been deprecated and replaced by the name field. This corresponds to the cluster_id field on the request instance; if request is provided, this should not be set.

node_pool_id str

Deprecated. The name of the node pool to delete. This field has been deprecated and replaced by the name field. This corresponds to the node_pool_id field on the request instance; if request is provided, this should not be set.

name str

The name (project, location, cluster, node pool id) of the node pool to delete. Specified in the format projects//locations//clusters//nodePools/. This corresponds to the name field on the request instance; if request is provided, this should not be set.

retry google.api_core.retry.Retry

Designation of what errors, if any, should be retried.

timeout float

The timeout for this request.

metadata Sequence[Tuple[str, str]]

Strings which should be sent along with the request as metadata.

Returns
TypeDescription
.cluster_service.OperationThis operation resource represents operations that may have happened or are happening on the cluster. All fields are output only.

from_service_account_file

from_service_account_file(filename: str, *args, **kwargs)

Creates an instance of this client using the provided credentials file.

Parameter
NameDescription
filename str

The path to the service account private key json file.

Returns
TypeDescription
{@api.name}The constructed client.

from_service_account_json

from_service_account_json(filename: str, *args, **kwargs)

Creates an instance of this client using the provided credentials file.

Parameter
NameDescription
filename str

The path to the service account private key json file.

Returns
TypeDescription
{@api.name}The constructed client.

get_cluster

get_cluster(request: Optional[google.cloud.container_v1.types.cluster_service.GetClusterRequest] = None, *, project_id: Optional[str] = None, zone: Optional[str] = None, cluster_id: Optional[str] = None, name: Optional[str] = None, retry: google.api_core.retry.Retry = <_MethodDefault._DEFAULT_VALUE: <object object>>, timeout: Optional[float] = None, metadata: Sequence[Tuple[str, str]] = ())

Gets the details of a specific cluster.

Parameters
NameDescription
request .cluster_service.GetClusterRequest

The request object. GetClusterRequest gets the settings of a cluster.

project_id str

Deprecated. The Google Developers Console project ID or project number https://support.google.com/cloud/answer/6158840__. This field has been deprecated and replaced by the name field. This corresponds to the project_id field on the request instance; if request is provided, this should not be set.

zone str

Deprecated. The name of the Google Compute Engine zone https://cloud.google.com/compute/docs/zones#available__ in which the cluster resides. This field has been deprecated and replaced by the name field. This corresponds to the zone field on the request instance; if request is provided, this should not be set.

cluster_id str

Deprecated. The name of the cluster to retrieve. This field has been deprecated and replaced by the name field. This corresponds to the cluster_id field on the request instance; if request is provided, this should not be set.

name str

The name (project, location, cluster) of the cluster to retrieve. Specified in the format projects//locations//clusters/*. This corresponds to the name field on the request instance; if request is provided, this should not be set.

retry google.api_core.retry.Retry

Designation of what errors, if any, should be retried.

timeout float

The timeout for this request.

metadata Sequence[Tuple[str, str]]

Strings which should be sent along with the request as metadata.

Returns
TypeDescription
.cluster_service.ClusterA Google Kubernetes Engine cluster.

get_node_pool

get_node_pool(request: Optional[google.cloud.container_v1.types.cluster_service.GetNodePoolRequest] = None, *, project_id: Optional[str] = None, zone: Optional[str] = None, cluster_id: Optional[str] = None, node_pool_id: Optional[str] = None, name: Optional[str] = None, retry: google.api_core.retry.Retry = <_MethodDefault._DEFAULT_VALUE: <object object>>, timeout: Optional[float] = None, metadata: Sequence[Tuple[str, str]] = ())

Retrieves the requested node pool.

Parameters
NameDescription
request .cluster_service.GetNodePoolRequest

The request object. GetNodePoolRequest retrieves a node pool for a cluster.

project_id str

Deprecated. The Google Developers Console project ID or project number https://developers.google.com/console/help/new/#projectnumber__. This field has been deprecated and replaced by the name field. This corresponds to the project_id field on the request instance; if request is provided, this should not be set.

zone str

Deprecated. The name of the Google Compute Engine zone https://cloud.google.com/compute/docs/zones#available__ in which the cluster resides. This field has been deprecated and replaced by the name field. This corresponds to the zone field on the request instance; if request is provided, this should not be set.

cluster_id str

Deprecated. The name of the cluster. This field has been deprecated and replaced by the name field. This corresponds to the cluster_id field on the request instance; if request is provided, this should not be set.

node_pool_id str

Deprecated. The name of the node pool. This field has been deprecated and replaced by the name field. This corresponds to the node_pool_id field on the request instance; if request is provided, this should not be set.

name str

The name (project, location, cluster, node pool id) of the node pool to get. Specified in the format projects//locations//clusters//nodePools/. This corresponds to the name field on the request instance; if request is provided, this should not be set.

retry google.api_core.retry.Retry

Designation of what errors, if any, should be retried.

timeout float

The timeout for this request.

metadata Sequence[Tuple[str, str]]

Strings which should be sent along with the request as metadata.

Returns
TypeDescription
.cluster_service.NodePoolNodePool contains the name and configuration for a cluster's node pool. Node pools are a set of nodes (i.e. VM's), with a common configuration and specification, under the control of the cluster master. They may have a set of Kubernetes labels applied to them, which may be used to reference them during pod scheduling. They may also be resized up or down, to accommodate the workload.

get_operation

get_operation(request: Optional[google.cloud.container_v1.types.cluster_service.GetOperationRequest] = None, *, project_id: Optional[str] = None, zone: Optional[str] = None, operation_id: Optional[str] = None, retry: google.api_core.retry.Retry = <_MethodDefault._DEFAULT_VALUE: <object object>>, timeout: Optional[float] = None, metadata: Sequence[Tuple[str, str]] = ())

Gets the specified operation.

Parameters
NameDescription
request .cluster_service.GetOperationRequest

The request object. GetOperationRequest gets a single operation.

project_id str

Deprecated. The Google Developers Console project ID or project number https://support.google.com/cloud/answer/6158840__. This field has been deprecated and replaced by the name field. This corresponds to the project_id field on the request instance; if request is provided, this should not be set.

zone str

Deprecated. The name of the Google Compute Engine zone https://cloud.google.com/compute/docs/zones#available__ in which the cluster resides. This field has been deprecated and replaced by the name field. This corresponds to the zone field on the request instance; if request is provided, this should not be set.

operation_id str

Deprecated. The server-assigned name of the operation. This field has been deprecated and replaced by the name field. This corresponds to the operation_id field on the request instance; if request is provided, this should not be set.

retry google.api_core.retry.Retry

Designation of what errors, if any, should be retried.

timeout float

The timeout for this request.

metadata Sequence[Tuple[str, str]]

Strings which should be sent along with the request as metadata.

Returns
TypeDescription
.cluster_service.OperationThis operation resource represents operations that may have happened or are happening on the cluster. All fields are output only.

get_server_config

get_server_config(request: Optional[google.cloud.container_v1.types.cluster_service.GetServerConfigRequest] = None, *, project_id: Optional[str] = None, zone: Optional[str] = None, name: Optional[str] = None, retry: google.api_core.retry.Retry = <_MethodDefault._DEFAULT_VALUE: <object object>>, timeout: Optional[float] = None, metadata: Sequence[Tuple[str, str]] = ())

Returns configuration info about the Google Kubernetes Engine service.

Parameters
NameDescription
request .cluster_service.GetServerConfigRequest

The request object. Gets the current Kubernetes Engine service configuration.

project_id str

Deprecated. The Google Developers Console project ID or project number https://support.google.com/cloud/answer/6158840__. This field has been deprecated and replaced by the name field. This corresponds to the project_id field on the request instance; if request is provided, this should not be set.

zone str

Deprecated. The name of the Google Compute Engine zone https://cloud.google.com/compute/docs/zones#available__ to return operations for. This field has been deprecated and replaced by the name field. This corresponds to the zone field on the request instance; if request is provided, this should not be set.

name str

The name (project and location) of the server config to get, specified in the format projects//locations/. This corresponds to the name field on the request instance; if request is provided, this should not be set.

retry google.api_core.retry.Retry

Designation of what errors, if any, should be retried.

timeout float

The timeout for this request.

metadata Sequence[Tuple[str, str]]

Strings which should be sent along with the request as metadata.

Returns
TypeDescription
.cluster_service.ServerConfigKubernetes Engine service configuration.

list_clusters

list_clusters(request: Optional[google.cloud.container_v1.types.cluster_service.ListClustersRequest] = None, *, project_id: Optional[str] = None, zone: Optional[str] = None, parent: Optional[str] = None, retry: google.api_core.retry.Retry = <_MethodDefault._DEFAULT_VALUE: <object object>>, timeout: Optional[float] = None, metadata: Sequence[Tuple[str, str]] = ())

Lists all clusters owned by a project in either the specified zone or all zones.

Parameters
NameDescription
request .cluster_service.ListClustersRequest

The request object. ListClustersRequest lists clusters.

project_id str

Deprecated. The Google Developers Console project ID or project number https://support.google.com/cloud/answer/6158840__. This field has been deprecated and replaced by the parent field. This corresponds to the project_id field on the request instance; if request is provided, this should not be set.

zone str

Deprecated. The name of the Google Compute Engine zone https://cloud.google.com/compute/docs/zones#available__ in which the cluster resides, or "-" for all zones. This field has been deprecated and replaced by the parent field. This corresponds to the zone field on the request instance; if request is provided, this should not be set.

parent str

The parent (project and location) where the clusters will be listed. Specified in the format projects//locations/. Location "-" matches all zones and all regions. This corresponds to the parent field on the request instance; if request is provided, this should not be set.

retry google.api_core.retry.Retry

Designation of what errors, if any, should be retried.

timeout float

The timeout for this request.

metadata Sequence[Tuple[str, str]]

Strings which should be sent along with the request as metadata.

Returns
TypeDescription
.cluster_service.ListClustersResponseListClustersResponse is the result of ListClustersRequest.

list_node_pools

list_node_pools(request: Optional[google.cloud.container_v1.types.cluster_service.ListNodePoolsRequest] = None, *, project_id: Optional[str] = None, zone: Optional[str] = None, cluster_id: Optional[str] = None, parent: Optional[str] = None, retry: google.api_core.retry.Retry = <_MethodDefault._DEFAULT_VALUE: <object object>>, timeout: Optional[float] = None, metadata: Sequence[Tuple[str, str]] = ())

Lists the node pools for a cluster.

Parameters
NameDescription
request .cluster_service.ListNodePoolsRequest

The request object. ListNodePoolsRequest lists the node pool(s) for a cluster.

project_id str

Deprecated. The Google Developers Console project ID or project number https://developers.google.com/console/help/new/#projectnumber__. This field has been deprecated and replaced by the parent field. This corresponds to the project_id field on the request instance; if request is provided, this should not be set.

zone str

Deprecated. The name of the Google Compute Engine zone https://cloud.google.com/compute/docs/zones#available__ in which the cluster resides. This field has been deprecated and replaced by the parent field. This corresponds to the zone field on the request instance; if request is provided, this should not be set.

cluster_id str

Deprecated. The name of the cluster. This field has been deprecated and replaced by the parent field. This corresponds to the cluster_id field on the request instance; if request is provided, this should not be set.

parent str

The parent (project, location, cluster id) where the node pools will be listed. Specified in the format projects//locations//clusters/*. This corresponds to the parent field on the request instance; if request is provided, this should not be set.

retry google.api_core.retry.Retry

Designation of what errors, if any, should be retried.

timeout float

The timeout for this request.

metadata Sequence[Tuple[str, str]]

Strings which should be sent along with the request as metadata.

Returns
TypeDescription
.cluster_service.ListNodePoolsResponseListNodePoolsResponse is the result of ListNodePoolsRequest.

list_operations

list_operations(request: Optional[google.cloud.container_v1.types.cluster_service.ListOperationsRequest] = None, *, project_id: Optional[str] = None, zone: Optional[str] = None, retry: google.api_core.retry.Retry = <_MethodDefault._DEFAULT_VALUE: <object object>>, timeout: Optional[float] = None, metadata: Sequence[Tuple[str, str]] = ())

Lists all operations in a project in a specific zone or all zones.

Parameters
NameDescription
request .cluster_service.ListOperationsRequest

The request object. ListOperationsRequest lists operations.

project_id str

Deprecated. The Google Developers Console project ID or project number https://support.google.com/cloud/answer/6158840__. This field has been deprecated and replaced by the parent field. This corresponds to the project_id field on the request instance; if request is provided, this should not be set.

zone str

Deprecated. The name of the Google Compute Engine zone https://cloud.google.com/compute/docs/zones#available__ to return operations for, or - for all zones. This field has been deprecated and replaced by the parent field. This corresponds to the zone field on the request instance; if request is provided, this should not be set.

retry google.api_core.retry.Retry

Designation of what errors, if any, should be retried.

timeout float

The timeout for this request.

metadata Sequence[Tuple[str, str]]

Strings which should be sent along with the request as metadata.

Returns
TypeDescription
.cluster_service.ListOperationsResponseListOperationsResponse is the result of ListOperationsRequest.

list_usable_subnetworks

list_usable_subnetworks(request: Optional[google.cloud.container_v1.types.cluster_service.ListUsableSubnetworksRequest] = None, *, retry: google.api_core.retry.Retry = <_MethodDefault._DEFAULT_VALUE: <object object>>, timeout: Optional[float] = None, metadata: Sequence[Tuple[str, str]] = ())

Lists subnetworks that are usable for creating clusters in a project.

Parameters
NameDescription
request .cluster_service.ListUsableSubnetworksRequest

The request object. ListUsableSubnetworksRequest requests the list of usable subnetworks available to a user for creating clusters.

retry google.api_core.retry.Retry

Designation of what errors, if any, should be retried.

timeout float

The timeout for this request.

metadata Sequence[Tuple[str, str]]

Strings which should be sent along with the request as metadata.

Returns
TypeDescription
.pagers.ListUsableSubnetworksPagerListUsableSubnetworksResponse is the response of ListUsableSubnetworksRequest. Iterating over this object will yield results and resolve additional pages automatically.

rollback_node_pool_upgrade

rollback_node_pool_upgrade(request: Optional[google.cloud.container_v1.types.cluster_service.RollbackNodePoolUpgradeRequest] = None, *, project_id: Optional[str] = None, zone: Optional[str] = None, cluster_id: Optional[str] = None, node_pool_id: Optional[str] = None, name: Optional[str] = None, retry: google.api_core.retry.Retry = <_MethodDefault._DEFAULT_VALUE: <object object>>, timeout: Optional[float] = None, metadata: Sequence[Tuple[str, str]] = ())

Rolls back a previously Aborted or Failed NodePool upgrade. This makes no changes if the last upgrade successfully completed.

Parameters
NameDescription
request .cluster_service.RollbackNodePoolUpgradeRequest

The request object. RollbackNodePoolUpgradeRequest rollbacks the previously Aborted or Failed NodePool upgrade. This will be an no-op if the last upgrade successfully completed.

project_id str

Deprecated. The Google Developers Console project ID or project number https://support.google.com/cloud/answer/6158840__. This field has been deprecated and replaced by the name field. This corresponds to the project_id field on the request instance; if request is provided, this should not be set.

zone str

Deprecated. The name of the Google Compute Engine zone https://cloud.google.com/compute/docs/zones#available__ in which the cluster resides. This field has been deprecated and replaced by the name field. This corresponds to the zone field on the request instance; if request is provided, this should not be set.

cluster_id str

Deprecated. The name of the cluster to rollback. This field has been deprecated and replaced by the name field. This corresponds to the cluster_id field on the request instance; if request is provided, this should not be set.

node_pool_id str

Deprecated. The name of the node pool to rollback. This field has been deprecated and replaced by the name field. This corresponds to the node_pool_id field on the request instance; if request is provided, this should not be set.

name str

The name (project, location, cluster, node pool id) of the node poll to rollback upgrade. Specified in the format projects//locations//clusters//nodePools/. This corresponds to the name field on the request instance; if request is provided, this should not be set.

retry google.api_core.retry.Retry

Designation of what errors, if any, should be retried.

timeout float

The timeout for this request.

metadata Sequence[Tuple[str, str]]

Strings which should be sent along with the request as metadata.

Returns
TypeDescription
.cluster_service.OperationThis operation resource represents operations that may have happened or are happening on the cluster. All fields are output only.

set_addons_config

set_addons_config(request: Optional[google.cloud.container_v1.types.cluster_service.SetAddonsConfigRequest] = None, *, project_id: Optional[str] = None, zone: Optional[str] = None, cluster_id: Optional[str] = None, addons_config: Optional[google.cloud.container_v1.types.cluster_service.AddonsConfig] = None, name: Optional[str] = None, retry: google.api_core.retry.Retry = <_MethodDefault._DEFAULT_VALUE: <object object>>, timeout: Optional[float] = None, metadata: Sequence[Tuple[str, str]] = ())

Sets the addons for a specific cluster.

Parameters
NameDescription
request .cluster_service.SetAddonsConfigRequest

The request object. SetAddonsConfigRequest sets the addons associated with the cluster.

project_id str

Deprecated. The Google Developers Console project ID or project number https://support.google.com/cloud/answer/6158840__. This field has been deprecated and replaced by the name field. This corresponds to the project_id field on the request instance; if request is provided, this should not be set.

zone str

Deprecated. The name of the Google Compute Engine zone https://cloud.google.com/compute/docs/zones#available__ in which the cluster resides. This field has been deprecated and replaced by the name field. This corresponds to the zone field on the request instance; if request is provided, this should not be set.

cluster_id str

Deprecated. The name of the cluster to upgrade. This field has been deprecated and replaced by the name field. This corresponds to the cluster_id field on the request instance; if request is provided, this should not be set.

addons_config .cluster_service.AddonsConfig

Required. The desired configurations for the various addons available to run in the cluster. This corresponds to the addons_config field on the request instance; if request is provided, this should not be set.

name str

The name (project, location, cluster) of the cluster to set addons. Specified in the format projects//locations//clusters/*. This corresponds to the name field on the request instance; if request is provided, this should not be set.

retry google.api_core.retry.Retry

Designation of what errors, if any, should be retried.

timeout float

The timeout for this request.

metadata Sequence[Tuple[str, str]]

Strings which should be sent along with the request as metadata.

Returns
TypeDescription
.cluster_service.OperationThis operation resource represents operations that may have happened or are happening on the cluster. All fields are output only.

set_labels

set_labels(request: Optional[google.cloud.container_v1.types.cluster_service.SetLabelsRequest] = None, *, retry: google.api_core.retry.Retry = <_MethodDefault._DEFAULT_VALUE: <object object>>, timeout: Optional[float] = None, metadata: Sequence[Tuple[str, str]] = ())

Sets labels on a cluster.

Parameters
NameDescription
request .cluster_service.SetLabelsRequest

The request object. SetLabelsRequest sets the Google Cloud Platform labels on a Google Container Engine cluster, which will in turn set them for Google Compute Engine resources used by that cluster

retry google.api_core.retry.Retry

Designation of what errors, if any, should be retried.

timeout float

The timeout for this request.

metadata Sequence[Tuple[str, str]]

Strings which should be sent along with the request as metadata.

Returns
TypeDescription
.cluster_service.OperationThis operation resource represents operations that may have happened or are happening on the cluster. All fields are output only.

set_legacy_abac

set_legacy_abac(request: Optional[google.cloud.container_v1.types.cluster_service.SetLegacyAbacRequest] = None, *, project_id: Optional[str] = None, zone: Optional[str] = None, cluster_id: Optional[str] = None, enabled: Optional[bool] = None, name: Optional[str] = None, retry: google.api_core.retry.Retry = <_MethodDefault._DEFAULT_VALUE: <object object>>, timeout: Optional[float] = None, metadata: Sequence[Tuple[str, str]] = ())

Enables or disables the ABAC authorization mechanism on a cluster.

Parameters
NameDescription
request .cluster_service.SetLegacyAbacRequest

The request object. SetLegacyAbacRequest enables or disables the ABAC authorization mechanism for a cluster.

project_id str

Deprecated. The Google Developers Console project ID or project number https://support.google.com/cloud/answer/6158840__. This field has been deprecated and replaced by the name field. This corresponds to the project_id field on the request instance; if request is provided, this should not be set.

zone str

Deprecated. The name of the Google Compute Engine zone https://cloud.google.com/compute/docs/zones#available__ in which the cluster resides. This field has been deprecated and replaced by the name field. This corresponds to the zone field on the request instance; if request is provided, this should not be set.

cluster_id str

Deprecated. The name of the cluster to update. This field has been deprecated and replaced by the name field. This corresponds to the cluster_id field on the request instance; if request is provided, this should not be set.

enabled bool

Required. Whether ABAC authorization will be enabled in the cluster. This corresponds to the enabled field on the request instance; if request is provided, this should not be set.

name str

The name (project, location, cluster id) of the cluster to set legacy abac. Specified in the format projects//locations//clusters/*. This corresponds to the name field on the request instance; if request is provided, this should not be set.

retry google.api_core.retry.Retry

Designation of what errors, if any, should be retried.

timeout float

The timeout for this request.

metadata Sequence[Tuple[str, str]]

Strings which should be sent along with the request as metadata.

Returns
TypeDescription
.cluster_service.OperationThis operation resource represents operations that may have happened or are happening on the cluster. All fields are output only.

set_locations

set_locations(request: Optional[google.cloud.container_v1.types.cluster_service.SetLocationsRequest] = None, *, project_id: Optional[str] = None, zone: Optional[str] = None, cluster_id: Optional[str] = None, locations: Optional[Sequence[str]] = None, name: Optional[str] = None, retry: google.api_core.retry.Retry = <_MethodDefault._DEFAULT_VALUE: <object object>>, timeout: Optional[float] = None, metadata: Sequence[Tuple[str, str]] = ())

Sets the locations for a specific cluster.

Parameters
NameDescription
request .cluster_service.SetLocationsRequest

The request object. SetLocationsRequest sets the locations of the cluster.

project_id str

Deprecated. The Google Developers Console project ID or project number https://support.google.com/cloud/answer/6158840__. This field has been deprecated and replaced by the name field. This corresponds to the project_id field on the request instance; if request is provided, this should not be set.

zone str

Deprecated. The name of the Google Compute Engine zone https://cloud.google.com/compute/docs/zones#available__ in which the cluster resides. This field has been deprecated and replaced by the name field. This corresponds to the zone field on the request instance; if request is provided, this should not be set.

cluster_id str

Deprecated. The name of the cluster to upgrade. This field has been deprecated and replaced by the name field. This corresponds to the cluster_id field on the request instance; if request is provided, this should not be set.

locations :class:Sequence[str]

Required. The desired list of Google Compute Engine zones https://cloud.google.com/compute/docs/zones#available__ in which the cluster's nodes should be located. Changing the locations a cluster is in will result in nodes being either created or removed from the cluster, depending on whether locations are being added or removed. This list must always include the cluster's primary zone. This corresponds to the locations field on the request instance; if request is provided, this should not be set.

name str

The name (project, location, cluster) of the cluster to set locations. Specified in the format projects//locations//clusters/*. This corresponds to the name field on the request instance; if request is provided, this should not be set.

retry google.api_core.retry.Retry

Designation of what errors, if any, should be retried.

timeout float

The timeout for this request.

metadata Sequence[Tuple[str, str]]

Strings which should be sent along with the request as metadata.

Returns
TypeDescription
.cluster_service.OperationThis operation resource represents operations that may have happened or are happening on the cluster. All fields are output only.

set_logging_service

set_logging_service(request: Optional[google.cloud.container_v1.types.cluster_service.SetLoggingServiceRequest] = None, *, project_id: Optional[str] = None, zone: Optional[str] = None, cluster_id: Optional[str] = None, logging_service: Optional[str] = None, name: Optional[str] = None, retry: google.api_core.retry.Retry = <_MethodDefault._DEFAULT_VALUE: <object object>>, timeout: Optional[float] = None, metadata: Sequence[Tuple[str, str]] = ())

Sets the logging service for a specific cluster.

Parameters
NameDescription
request .cluster_service.SetLoggingServiceRequest

The request object. SetLoggingServiceRequest sets the logging service of a cluster.

project_id str

Deprecated. The Google Developers Console project ID or project number https://support.google.com/cloud/answer/6158840__. This field has been deprecated and replaced by the name field. This corresponds to the project_id field on the request instance; if request is provided, this should not be set.

zone str

Deprecated. The name of the Google Compute Engine zone https://cloud.google.com/compute/docs/zones#available__ in which the cluster resides. This field has been deprecated and replaced by the name field. This corresponds to the zone field on the request instance; if request is provided, this should not be set.

cluster_id str

Deprecated. The name of the cluster to upgrade. This field has been deprecated and replaced by the name field. This corresponds to the cluster_id field on the request instance; if request is provided, this should not be set.

logging_service str

Required. The logging service the cluster should use to write metrics. Currently available options: - "logging.googleapis.com" - the Google Cloud Logging service - "none" - no metrics will be exported from the cluster This corresponds to the logging_service field on the request instance; if request is provided, this should not be set.

name str

The name (project, location, cluster) of the cluster to set logging. Specified in the format projects//locations//clusters/*. This corresponds to the name field on the request instance; if request is provided, this should not be set.

retry google.api_core.retry.Retry

Designation of what errors, if any, should be retried.

timeout float

The timeout for this request.

metadata Sequence[Tuple[str, str]]

Strings which should be sent along with the request as metadata.

Returns
TypeDescription
.cluster_service.OperationThis operation resource represents operations that may have happened or are happening on the cluster. All fields are output only.

set_maintenance_policy

set_maintenance_policy(request: Optional[google.cloud.container_v1.types.cluster_service.SetMaintenancePolicyRequest] = None, *, project_id: Optional[str] = None, zone: Optional[str] = None, cluster_id: Optional[str] = None, maintenance_policy: Optional[google.cloud.container_v1.types.cluster_service.MaintenancePolicy] = None, name: Optional[str] = None, retry: google.api_core.retry.Retry = <_MethodDefault._DEFAULT_VALUE: <object object>>, timeout: Optional[float] = None, metadata: Sequence[Tuple[str, str]] = ())

Sets the maintenance policy for a cluster.

Parameters
NameDescription
request .cluster_service.SetMaintenancePolicyRequest

The request object. SetMaintenancePolicyRequest sets the maintenance policy for a cluster.

project_id str

Required. The Google Developers Console project ID or project number https://support.google.com/cloud/answer/6158840__. This corresponds to the project_id field on the request instance; if request is provided, this should not be set.

zone str

Required. The name of the Google Compute Engine zone https://cloud.google.com/compute/docs/zones#available__ in which the cluster resides. This corresponds to the zone field on the request instance; if request is provided, this should not be set.

cluster_id str

Required. The name of the cluster to update. This corresponds to the cluster_id field on the request instance; if request is provided, this should not be set.

maintenance_policy .cluster_service.MaintenancePolicy

Required. The maintenance policy to be set for the cluster. An empty field clears the existing maintenance policy. This corresponds to the maintenance_policy field on the request instance; if request is provided, this should not be set.

name str

The name (project, location, cluster id) of the cluster to set maintenance policy. Specified in the format projects//locations//clusters/*. This corresponds to the name field on the request instance; if request is provided, this should not be set.

retry google.api_core.retry.Retry

Designation of what errors, if any, should be retried.

timeout float

The timeout for this request.

metadata Sequence[Tuple[str, str]]

Strings which should be sent along with the request as metadata.

Returns
TypeDescription
.cluster_service.OperationThis operation resource represents operations that may have happened or are happening on the cluster. All fields are output only.

set_master_auth

set_master_auth(request: Optional[google.cloud.container_v1.types.cluster_service.SetMasterAuthRequest] = None, *, retry: google.api_core.retry.Retry = <_MethodDefault._DEFAULT_VALUE: <object object>>, timeout: Optional[float] = None, metadata: Sequence[Tuple[str, str]] = ())

Sets master auth materials. Currently supports changing the admin password or a specific cluster, either via password generation or explicitly setting the password.

Parameters
NameDescription
request .cluster_service.SetMasterAuthRequest

The request object. SetMasterAuthRequest updates the admin password of a cluster.

retry google.api_core.retry.Retry

Designation of what errors, if any, should be retried.

timeout float

The timeout for this request.

metadata Sequence[Tuple[str, str]]

Strings which should be sent along with the request as metadata.

Returns
TypeDescription
.cluster_service.OperationThis operation resource represents operations that may have happened or are happening on the cluster. All fields are output only.

set_monitoring_service

set_monitoring_service(request: Optional[google.cloud.container_v1.types.cluster_service.SetMonitoringServiceRequest] = None, *, project_id: Optional[str] = None, zone: Optional[str] = None, cluster_id: Optional[str] = None, monitoring_service: Optional[str] = None, name: Optional[str] = None, retry: google.api_core.retry.Retry = <_MethodDefault._DEFAULT_VALUE: <object object>>, timeout: Optional[float] = None, metadata: Sequence[Tuple[str, str]] = ())

Sets the monitoring service for a specific cluster.

Parameters
NameDescription
request .cluster_service.SetMonitoringServiceRequest

The request object. SetMonitoringServiceRequest sets the monitoring service of a cluster.

project_id str

Deprecated. The Google Developers Console project ID or project number https://support.google.com/cloud/answer/6158840__. This field has been deprecated and replaced by the name field. This corresponds to the project_id field on the request instance; if request is provided, this should not be set.

zone str

Deprecated. The name of the Google Compute Engine zone https://cloud.google.com/compute/docs/zones#available__ in which the cluster resides. This field has been deprecated and replaced by the name field. This corresponds to the zone field on the request instance; if request is provided, this should not be set.

cluster_id str

Deprecated. The name of the cluster to upgrade. This field has been deprecated and replaced by the name field. This corresponds to the cluster_id field on the request instance; if request is provided, this should not be set.

monitoring_service str

Required. The monitoring service the cluster should use to write metrics. Currently available options: - "monitoring.googleapis.com/kubernetes" - the Google Cloud Monitoring service with Kubernetes-native resource model - "monitoring.googleapis.com" - the Google Cloud Monitoring service - "none" - no metrics will be exported from the cluster This corresponds to the monitoring_service field on the request instance; if request is provided, this should not be set.

name str

The name (project, location, cluster) of the cluster to set monitoring. Specified in the format projects//locations//clusters/*. This corresponds to the name field on the request instance; if request is provided, this should not be set.

retry google.api_core.retry.Retry

Designation of what errors, if any, should be retried.

timeout float

The timeout for this request.

metadata Sequence[Tuple[str, str]]

Strings which should be sent along with the request as metadata.

Returns
TypeDescription
.cluster_service.OperationThis operation resource represents operations that may have happened or are happening on the cluster. All fields are output only.

set_network_policy

set_network_policy(request: Optional[google.cloud.container_v1.types.cluster_service.SetNetworkPolicyRequest] = None, *, project_id: Optional[str] = None, zone: Optional[str] = None, cluster_id: Optional[str] = None, network_policy: Optional[google.cloud.container_v1.types.cluster_service.NetworkPolicy] = None, name: Optional[str] = None, retry: google.api_core.retry.Retry = <_MethodDefault._DEFAULT_VALUE: <object object>>, timeout: Optional[float] = None, metadata: Sequence[Tuple[str, str]] = ())

Enables or disables Network Policy for a cluster.

Parameters
NameDescription
request .cluster_service.SetNetworkPolicyRequest

The request object. SetNetworkPolicyRequest enables/disables network policy for a cluster.

project_id str

Deprecated. The Google Developers Console project ID or project number https://developers.google.com/console/help/new/#projectnumber__. This field has been deprecated and replaced by the name field. This corresponds to the project_id field on the request instance; if request is provided, this should not be set.

zone str

Deprecated. The name of the Google Compute Engine zone https://cloud.google.com/compute/docs/zones#available__ in which the cluster resides. This field has been deprecated and replaced by the name field. This corresponds to the zone field on the request instance; if request is provided, this should not be set.

cluster_id str

Deprecated. The name of the cluster. This field has been deprecated and replaced by the name field. This corresponds to the cluster_id field on the request instance; if request is provided, this should not be set.

network_policy .cluster_service.NetworkPolicy

Required. Configuration options for the NetworkPolicy feature. This corresponds to the network_policy field on the request instance; if request is provided, this should not be set.

name str

The name (project, location, cluster id) of the cluster to set networking policy. Specified in the format projects//locations//clusters/*. This corresponds to the name field on the request instance; if request is provided, this should not be set.

retry google.api_core.retry.Retry

Designation of what errors, if any, should be retried.

timeout float

The timeout for this request.

metadata Sequence[Tuple[str, str]]

Strings which should be sent along with the request as metadata.

Returns
TypeDescription
.cluster_service.OperationThis operation resource represents operations that may have happened or are happening on the cluster. All fields are output only.

set_node_pool_autoscaling

set_node_pool_autoscaling(request: Optional[google.cloud.container_v1.types.cluster_service.SetNodePoolAutoscalingRequest] = None, *, retry: google.api_core.retry.Retry = <_MethodDefault._DEFAULT_VALUE: <object object>>, timeout: Optional[float] = None, metadata: Sequence[Tuple[str, str]] = ())

Sets the autoscaling settings for the specified node pool.

Parameters
NameDescription
request .cluster_service.SetNodePoolAutoscalingRequest

The request object. SetNodePoolAutoscalingRequest sets the autoscaler settings of a node pool.

retry google.api_core.retry.Retry

Designation of what errors, if any, should be retried.

timeout float

The timeout for this request.

metadata Sequence[Tuple[str, str]]

Strings which should be sent along with the request as metadata.

Returns
TypeDescription
.cluster_service.OperationThis operation resource represents operations that may have happened or are happening on the cluster. All fields are output only.

set_node_pool_management

set_node_pool_management(request: Optional[google.cloud.container_v1.types.cluster_service.SetNodePoolManagementRequest] = None, *, retry: google.api_core.retry.Retry = <_MethodDefault._DEFAULT_VALUE: <object object>>, timeout: Optional[float] = None, metadata: Sequence[Tuple[str, str]] = ())

Sets the NodeManagement options for a node pool.

Parameters
NameDescription
request .cluster_service.SetNodePoolManagementRequest

The request object. SetNodePoolManagementRequest sets the node management properties of a node pool.

retry google.api_core.retry.Retry

Designation of what errors, if any, should be retried.

timeout float

The timeout for this request.

metadata Sequence[Tuple[str, str]]

Strings which should be sent along with the request as metadata.

Returns
TypeDescription
.cluster_service.OperationThis operation resource represents operations that may have happened or are happening on the cluster. All fields are output only.

set_node_pool_size

set_node_pool_size(request: Optional[google.cloud.container_v1.types.cluster_service.SetNodePoolSizeRequest] = None, *, retry: google.api_core.retry.Retry = <_MethodDefault._DEFAULT_VALUE: <object object>>, timeout: Optional[float] = None, metadata: Sequence[Tuple[str, str]] = ())

Sets the size for a specific node pool.

Parameters
NameDescription
request .cluster_service.SetNodePoolSizeRequest

The request object. SetNodePoolSizeRequest sets the size a node pool.

retry google.api_core.retry.Retry

Designation of what errors, if any, should be retried.

timeout float

The timeout for this request.

metadata Sequence[Tuple[str, str]]

Strings which should be sent along with the request as metadata.

Returns
TypeDescription
.cluster_service.OperationThis operation resource represents operations that may have happened or are happening on the cluster. All fields are output only.

start_ip_rotation

start_ip_rotation(request: Optional[google.cloud.container_v1.types.cluster_service.StartIPRotationRequest] = None, *, project_id: Optional[str] = None, zone: Optional[str] = None, cluster_id: Optional[str] = None, name: Optional[str] = None, retry: google.api_core.retry.Retry = <_MethodDefault._DEFAULT_VALUE: <object object>>, timeout: Optional[float] = None, metadata: Sequence[Tuple[str, str]] = ())

Starts master IP rotation.

Parameters
NameDescription
request .cluster_service.StartIPRotationRequest

The request object. StartIPRotationRequest creates a new IP for the cluster and then performs a node upgrade on each node pool to point to the new IP.

project_id str

Deprecated. The Google Developers Console project ID or project number https://developers.google.com/console/help/new/#projectnumber__. This field has been deprecated and replaced by the name field. This corresponds to the project_id field on the request instance; if request is provided, this should not be set.

zone str

Deprecated. The name of the Google Compute Engine zone https://cloud.google.com/compute/docs/zones#available__ in which the cluster resides. This field has been deprecated and replaced by the name field. This corresponds to the zone field on the request instance; if request is provided, this should not be set.

cluster_id str

Deprecated. The name of the cluster. This field has been deprecated and replaced by the name field. This corresponds to the cluster_id field on the request instance; if request is provided, this should not be set.

name str

The name (project, location, cluster id) of the cluster to start IP rotation. Specified in the format projects//locations//clusters/*. This corresponds to the name field on the request instance; if request is provided, this should not be set.

retry google.api_core.retry.Retry

Designation of what errors, if any, should be retried.

timeout float

The timeout for this request.

metadata Sequence[Tuple[str, str]]

Strings which should be sent along with the request as metadata.

Returns
TypeDescription
.cluster_service.OperationThis operation resource represents operations that may have happened or are happening on the cluster. All fields are output only.

update_cluster

update_cluster(request: Optional[google.cloud.container_v1.types.cluster_service.UpdateClusterRequest] = None, *, project_id: Optional[str] = None, zone: Optional[str] = None, cluster_id: Optional[str] = None, update: Optional[google.cloud.container_v1.types.cluster_service.ClusterUpdate] = None, name: Optional[str] = None, retry: google.api_core.retry.Retry = <_MethodDefault._DEFAULT_VALUE: <object object>>, timeout: Optional[float] = None, metadata: Sequence[Tuple[str, str]] = ())

Updates the settings of a specific cluster.

Parameters
NameDescription
request .cluster_service.UpdateClusterRequest

The request object. UpdateClusterRequest updates the settings of a cluster.

project_id str

Deprecated. The Google Developers Console project ID or project number https://support.google.com/cloud/answer/6158840__. This field has been deprecated and replaced by the name field. This corresponds to the project_id field on the request instance; if request is provided, this should not be set.

zone str

Deprecated. The name of the Google Compute Engine zone https://cloud.google.com/compute/docs/zones#available__ in which the cluster resides. This field has been deprecated and replaced by the name field. This corresponds to the zone field on the request instance; if request is provided, this should not be set.

cluster_id str

Deprecated. The name of the cluster to upgrade. This field has been deprecated and replaced by the name field. This corresponds to the cluster_id field on the request instance; if request is provided, this should not be set.

update .cluster_service.ClusterUpdate

Required. A description of the update. This corresponds to the update field on the request instance; if request is provided, this should not be set.

name str

The name (project, location, cluster) of the cluster to update. Specified in the format projects//locations//clusters/*. This corresponds to the name field on the request instance; if request is provided, this should not be set.

retry google.api_core.retry.Retry

Designation of what errors, if any, should be retried.

timeout float

The timeout for this request.

metadata Sequence[Tuple[str, str]]

Strings which should be sent along with the request as metadata.

Returns
TypeDescription
.cluster_service.OperationThis operation resource represents operations that may have happened or are happening on the cluster. All fields are output only.

update_master

update_master(request: Optional[google.cloud.container_v1.types.cluster_service.UpdateMasterRequest] = None, *, project_id: Optional[str] = None, zone: Optional[str] = None, cluster_id: Optional[str] = None, master_version: Optional[str] = None, name: Optional[str] = None, retry: google.api_core.retry.Retry = <_MethodDefault._DEFAULT_VALUE: <object object>>, timeout: Optional[float] = None, metadata: Sequence[Tuple[str, str]] = ())

Updates the master for a specific cluster.

Parameters
NameDescription
request .cluster_service.UpdateMasterRequest

The request object. UpdateMasterRequest updates the master of the cluster.

project_id str

Deprecated. The Google Developers Console project ID or project number https://support.google.com/cloud/answer/6158840__. This field has been deprecated and replaced by the name field. This corresponds to the project_id field on the request instance; if request is provided, this should not be set.

zone str

Deprecated. The name of the Google Compute Engine zone https://cloud.google.com/compute/docs/zones#available__ in which the cluster resides. This field has been deprecated and replaced by the name field. This corresponds to the zone field on the request instance; if request is provided, this should not be set.

cluster_id str

Deprecated. The name of the cluster to upgrade. This field has been deprecated and replaced by the name field. This corresponds to the cluster_id field on the request instance; if request is provided, this should not be set.

master_version str

Required. The Kubernetes version to change the master to. Users may specify either explicit versions offered by Kubernetes Engine or version aliases, which have the following behavior: - "latest": picks the highest valid Kubernetes version - "1.X": picks the highest valid patch+gke.N patch in the 1.X version - "1.X.Y": picks the highest valid gke.N patch in the 1.X.Y version - "1.X.Y-gke.N": picks an explicit Kubernetes version - "-": picks the default Kubernetes version This corresponds to the master_version field on the request instance; if request is provided, this should not be set.

name str

The name (project, location, cluster) of the cluster to update. Specified in the format projects//locations//clusters/*. This corresponds to the name field on the request instance; if request is provided, this should not be set.

retry google.api_core.retry.Retry

Designation of what errors, if any, should be retried.

timeout float

The timeout for this request.

metadata Sequence[Tuple[str, str]]

Strings which should be sent along with the request as metadata.

Returns
TypeDescription
.cluster_service.OperationThis operation resource represents operations that may have happened or are happening on the cluster. All fields are output only.

update_node_pool

update_node_pool(request: Optional[google.cloud.container_v1.types.cluster_service.UpdateNodePoolRequest] = None, *, retry: google.api_core.retry.Retry = <_MethodDefault._DEFAULT_VALUE: <object object>>, timeout: Optional[float] = None, metadata: Sequence[Tuple[str, str]] = ())

Updates the version and/or image type for the specified node pool.

Parameters
NameDescription
request .cluster_service.UpdateNodePoolRequest

The request object. UpdateNodePoolRequests update a node pool's image and/or version.

retry google.api_core.retry.Retry

Designation of what errors, if any, should be retried.

timeout float

The timeout for this request.

metadata Sequence[Tuple[str, str]]

Strings which should be sent along with the request as metadata.

Returns
TypeDescription
.cluster_service.OperationThis operation resource represents operations that may have happened or are happening on the cluster. All fields are output only.