Struct googapis::google::container::v1alpha1::cluster_manager_client::ClusterManagerClient[][src]

pub struct ClusterManagerClient<T> { /* fields omitted */ }
Expand description

Google Container Engine Cluster Manager v1alpha1

Implementations

Compress requests with gzip.

This requires the server to support it otherwise it might respond with an error.

Enable decompressing responses with gzip.

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

Gets the details of a specific cluster.

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.

One firewall is added for the cluster. After cluster creation, the cluster 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 is being used by the cluster.

Updates the settings of a specific cluster.

Updates the version and/or iamge type of a specific node pool.

Sets the autoscaling settings of a specific node pool.

Sets the logging service of a specific cluster.

Sets the monitoring service of a specific cluster.

Sets the addons of a specific cluster.

Sets the locations of a specific cluster.

Updates the master of a specific cluster.

Used to set master auth materials. Currently supports :- Changing the admin password of a specific cluster. This can be either via password generation or explicitly set. Modify basic_auth.csv and reset the K8S API server.

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 (e.g. load balancer resources) will not be deleted if they weren’t present at the initial create time.

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

Gets the specified operation.

Cancels the specified operation.

Returns configuration info about the Container Engine service.

Lists the node pools for a cluster.

Retrieves the node pool requested.

Creates a node pool for a cluster.

Deletes a node pool from a cluster.

Roll back the previously Aborted or Failed NodePool upgrade. This will be an no-op if the last upgrade successfully completed.

Sets the NodeManagement options for a node pool.

Sets labels on a cluster.

Enables or disables the ABAC authorization mechanism on a cluster.

Start master IP rotation.

Completes master IP rotation.

Sets the size of a specific node pool.

Enables/Disables Network Policy for a cluster.

Sets the maintenance policy for a cluster.

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more

Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Performs the conversion.

Wrap the input message T in a tonic::Request

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

recently added

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

Attaches the provided Subscriber to this type, returning a WithDispatch wrapper. Read more

Attaches the current default Subscriber to this type, returning a WithDispatch wrapper. Read more