public static final class ClusterManagerGrpc.ClusterManagerFutureStub extends io.grpc.stub.AbstractStub<ClusterManagerGrpc.ClusterManagerFutureStub>
Google Container Engine Cluster Manager v1
Modifier and Type | Method and Description |
---|---|
protected ClusterManagerGrpc.ClusterManagerFutureStub |
build(io.grpc.Channel channel,
io.grpc.CallOptions callOptions) |
com.google.common.util.concurrent.ListenableFuture<Empty> |
cancelOperation(CancelOperationRequest request)
Cancels the specified operation.
|
com.google.common.util.concurrent.ListenableFuture<Operation> |
completeIPRotation(CompleteIPRotationRequest request)
Completes master IP rotation.
|
com.google.common.util.concurrent.ListenableFuture<Operation> |
createCluster(CreateClusterRequest request)
Creates a cluster, consisting of the specified number and type of Google
Compute Engine instances.
|
com.google.common.util.concurrent.ListenableFuture<Operation> |
createNodePool(CreateNodePoolRequest request)
Creates a node pool for a cluster.
|
com.google.common.util.concurrent.ListenableFuture<Operation> |
deleteCluster(DeleteClusterRequest request)
Deletes the cluster, including the Kubernetes endpoint and all worker
nodes.
|
com.google.common.util.concurrent.ListenableFuture<Operation> |
deleteNodePool(DeleteNodePoolRequest request)
Deletes a node pool from a cluster.
|
com.google.common.util.concurrent.ListenableFuture<Cluster> |
getCluster(GetClusterRequest request)
Gets the details of a specific cluster.
|
com.google.common.util.concurrent.ListenableFuture<NodePool> |
getNodePool(GetNodePoolRequest request)
Retrieves the node pool requested.
|
com.google.common.util.concurrent.ListenableFuture<Operation> |
getOperation(GetOperationRequest request)
Gets the specified operation.
|
com.google.common.util.concurrent.ListenableFuture<ServerConfig> |
getServerConfig(GetServerConfigRequest request)
Returns configuration info about the Container Engine service.
|
com.google.common.util.concurrent.ListenableFuture<ListClustersResponse> |
listClusters(ListClustersRequest request)
Lists all clusters owned by a project in either the specified zone or all
zones.
|
com.google.common.util.concurrent.ListenableFuture<ListNodePoolsResponse> |
listNodePools(ListNodePoolsRequest request)
Lists the node pools for a cluster.
|
com.google.common.util.concurrent.ListenableFuture<ListOperationsResponse> |
listOperations(ListOperationsRequest request)
Lists all operations in a project in a specific zone or all zones.
|
com.google.common.util.concurrent.ListenableFuture<Operation> |
rollbackNodePoolUpgrade(RollbackNodePoolUpgradeRequest request)
Roll back the previously Aborted or Failed NodePool upgrade.
|
com.google.common.util.concurrent.ListenableFuture<Operation> |
setAddonsConfig(SetAddonsConfigRequest request)
Sets the addons of a specific cluster.
|
com.google.common.util.concurrent.ListenableFuture<Operation> |
setLabels(SetLabelsRequest request)
Sets labels on a cluster.
|
com.google.common.util.concurrent.ListenableFuture<Operation> |
setLegacyAbac(SetLegacyAbacRequest request)
Enables or disables the ABAC authorization mechanism on a cluster.
|
com.google.common.util.concurrent.ListenableFuture<Operation> |
setLocations(SetLocationsRequest request)
Sets the locations of a specific cluster.
|
com.google.common.util.concurrent.ListenableFuture<Operation> |
setLoggingService(SetLoggingServiceRequest request)
Sets the logging service of a specific cluster.
|
com.google.common.util.concurrent.ListenableFuture<Operation> |
setMaintenancePolicy(SetMaintenancePolicyRequest request)
Sets the maintenance policy for a cluster.
|
com.google.common.util.concurrent.ListenableFuture<Operation> |
setMasterAuth(SetMasterAuthRequest request)
Used to set master auth materials.
|
com.google.common.util.concurrent.ListenableFuture<Operation> |
setMonitoringService(SetMonitoringServiceRequest request)
Sets the monitoring service of a specific cluster.
|
com.google.common.util.concurrent.ListenableFuture<Operation> |
setNetworkPolicy(SetNetworkPolicyRequest request)
Enables/Disables Network Policy for a cluster.
|
com.google.common.util.concurrent.ListenableFuture<Operation> |
setNodePoolAutoscaling(SetNodePoolAutoscalingRequest request)
Sets the autoscaling settings of a specific node pool.
|
com.google.common.util.concurrent.ListenableFuture<Operation> |
setNodePoolManagement(SetNodePoolManagementRequest request)
Sets the NodeManagement options for a node pool.
|
com.google.common.util.concurrent.ListenableFuture<Operation> |
setNodePoolSize(SetNodePoolSizeRequest request)
Sets the size of a specific node pool.
|
com.google.common.util.concurrent.ListenableFuture<Operation> |
startIPRotation(StartIPRotationRequest request)
Start master IP rotation.
|
com.google.common.util.concurrent.ListenableFuture<Operation> |
updateCluster(UpdateClusterRequest request)
Updates the settings of a specific cluster.
|
com.google.common.util.concurrent.ListenableFuture<Operation> |
updateMaster(UpdateMasterRequest request)
Updates the master of a specific cluster.
|
com.google.common.util.concurrent.ListenableFuture<Operation> |
updateNodePool(UpdateNodePoolRequest request)
Updates the version and/or image type of a specific node pool.
|
protected ClusterManagerGrpc.ClusterManagerFutureStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
build
in class io.grpc.stub.AbstractStub<ClusterManagerGrpc.ClusterManagerFutureStub>
public com.google.common.util.concurrent.ListenableFuture<ListClustersResponse> listClusters(ListClustersRequest request)
Lists all clusters owned by a project in either the specified zone or all zones.
public com.google.common.util.concurrent.ListenableFuture<Cluster> getCluster(GetClusterRequest request)
Gets the details of a specific cluster.
public com.google.common.util.concurrent.ListenableFuture<Operation> createCluster(CreateClusterRequest request)
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](/compute/docs/networks-and-firewalls#networks). 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.
public com.google.common.util.concurrent.ListenableFuture<Operation> updateCluster(UpdateClusterRequest request)
Updates the settings of a specific cluster.
public com.google.common.util.concurrent.ListenableFuture<Operation> updateNodePool(UpdateNodePoolRequest request)
Updates the version and/or image type of a specific node pool.
public com.google.common.util.concurrent.ListenableFuture<Operation> setNodePoolAutoscaling(SetNodePoolAutoscalingRequest request)
Sets the autoscaling settings of a specific node pool.
public com.google.common.util.concurrent.ListenableFuture<Operation> setLoggingService(SetLoggingServiceRequest request)
Sets the logging service of a specific cluster.
public com.google.common.util.concurrent.ListenableFuture<Operation> setMonitoringService(SetMonitoringServiceRequest request)
Sets the monitoring service of a specific cluster.
public com.google.common.util.concurrent.ListenableFuture<Operation> setAddonsConfig(SetAddonsConfigRequest request)
Sets the addons of a specific cluster.
public com.google.common.util.concurrent.ListenableFuture<Operation> setLocations(SetLocationsRequest request)
Sets the locations of a specific cluster.
public com.google.common.util.concurrent.ListenableFuture<Operation> updateMaster(UpdateMasterRequest request)
Updates the master of a specific cluster.
public com.google.common.util.concurrent.ListenableFuture<Operation> setMasterAuth(SetMasterAuthRequest request)
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 the password.
public com.google.common.util.concurrent.ListenableFuture<Operation> deleteCluster(DeleteClusterRequest request)
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.
public com.google.common.util.concurrent.ListenableFuture<ListOperationsResponse> listOperations(ListOperationsRequest request)
Lists all operations in a project in a specific zone or all zones.
public com.google.common.util.concurrent.ListenableFuture<Operation> getOperation(GetOperationRequest request)
Gets the specified operation.
public com.google.common.util.concurrent.ListenableFuture<Empty> cancelOperation(CancelOperationRequest request)
Cancels the specified operation.
public com.google.common.util.concurrent.ListenableFuture<ServerConfig> getServerConfig(GetServerConfigRequest request)
Returns configuration info about the Container Engine service.
public com.google.common.util.concurrent.ListenableFuture<ListNodePoolsResponse> listNodePools(ListNodePoolsRequest request)
Lists the node pools for a cluster.
public com.google.common.util.concurrent.ListenableFuture<NodePool> getNodePool(GetNodePoolRequest request)
Retrieves the node pool requested.
public com.google.common.util.concurrent.ListenableFuture<Operation> createNodePool(CreateNodePoolRequest request)
Creates a node pool for a cluster.
public com.google.common.util.concurrent.ListenableFuture<Operation> deleteNodePool(DeleteNodePoolRequest request)
Deletes a node pool from a cluster.
public com.google.common.util.concurrent.ListenableFuture<Operation> rollbackNodePoolUpgrade(RollbackNodePoolUpgradeRequest request)
Roll back the previously Aborted or Failed NodePool upgrade. This will be an no-op if the last upgrade successfully completed.
public com.google.common.util.concurrent.ListenableFuture<Operation> setNodePoolManagement(SetNodePoolManagementRequest request)
Sets the NodeManagement options for a node pool.
public com.google.common.util.concurrent.ListenableFuture<Operation> setLabels(SetLabelsRequest request)
Sets labels on a cluster.
public com.google.common.util.concurrent.ListenableFuture<Operation> setLegacyAbac(SetLegacyAbacRequest request)
Enables or disables the ABAC authorization mechanism on a cluster.
public com.google.common.util.concurrent.ListenableFuture<Operation> startIPRotation(StartIPRotationRequest request)
Start master IP rotation.
public com.google.common.util.concurrent.ListenableFuture<Operation> completeIPRotation(CompleteIPRotationRequest request)
Completes master IP rotation.
public com.google.common.util.concurrent.ListenableFuture<Operation> setNodePoolSize(SetNodePoolSizeRequest request)
Sets the size of a specific node pool.
public com.google.common.util.concurrent.ListenableFuture<Operation> setNetworkPolicy(SetNetworkPolicyRequest request)
Enables/Disables Network Policy for a cluster.
public com.google.common.util.concurrent.ListenableFuture<Operation> setMaintenancePolicy(SetMaintenancePolicyRequest request)
Sets the maintenance policy for a cluster.