Class ClusterManagerGrpc.ClusterManagerBlockingStub (2.4.1)

public static final class ClusterManagerGrpc.ClusterManagerBlockingStub extends AbstractBlockingStub<ClusterManagerGrpc.ClusterManagerBlockingStub>

Google Kubernetes Engine Cluster Manager v1beta1

Inheritance

java.lang.Object > io.grpc.stub.AbstractStub > io.grpc.stub.AbstractBlockingStub > ClusterManagerGrpc.ClusterManagerBlockingStub

Methods

build(Channel channel, CallOptions callOptions)

protected ClusterManagerGrpc.ClusterManagerBlockingStub build(Channel channel, CallOptions callOptions)
Parameters
NameDescription
channelio.grpc.Channel
callOptionsio.grpc.CallOptions
Returns
TypeDescription
ClusterManagerGrpc.ClusterManagerBlockingStub
Overrides
io.grpc.stub.AbstractStub.build(io.grpc.Channel,io.grpc.CallOptions)

cancelOperation(CancelOperationRequest request)

public Empty cancelOperation(CancelOperationRequest request)

Cancels the specified operation.

Parameter
NameDescription
requestCancelOperationRequest
Returns
TypeDescription
Empty

completeIPRotation(CompleteIPRotationRequest request)

public Operation completeIPRotation(CompleteIPRotationRequest request)

Completes master IP rotation.

Parameter
NameDescription
requestCompleteIPRotationRequest
Returns
TypeDescription
Operation

createCluster(CreateClusterRequest request)

public 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. 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.

Parameter
NameDescription
requestCreateClusterRequest
Returns
TypeDescription
Operation

createNodePool(CreateNodePoolRequest request)

public Operation createNodePool(CreateNodePoolRequest request)

Creates a node pool for a cluster.

Parameter
NameDescription
requestCreateNodePoolRequest
Returns
TypeDescription
Operation

deleteCluster(DeleteClusterRequest request)

public 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, such as load balancer resources, are not deleted if they weren't present when the cluster was initially created.

Parameter
NameDescription
requestDeleteClusterRequest
Returns
TypeDescription
Operation

deleteNodePool(DeleteNodePoolRequest request)

public Operation deleteNodePool(DeleteNodePoolRequest request)

Deletes a node pool from a cluster.

Parameter
NameDescription
requestDeleteNodePoolRequest
Returns
TypeDescription
Operation

getCluster(GetClusterRequest request)

public Cluster getCluster(GetClusterRequest request)

Gets the details for a specific cluster.

Parameter
NameDescription
requestGetClusterRequest
Returns
TypeDescription
Cluster

getJSONWebKeys(GetJSONWebKeysRequest request)

public GetJSONWebKeysResponse getJSONWebKeys(GetJSONWebKeysRequest request)

Gets the public component of the cluster signing keys in JSON Web Key format. This API is not yet intended for general use, and is not available for all clusters.

Parameter
NameDescription
requestGetJSONWebKeysRequest
Returns
TypeDescription
GetJSONWebKeysResponse

getNodePool(GetNodePoolRequest request)

public NodePool getNodePool(GetNodePoolRequest request)

Retrieves the requested node pool.

Parameter
NameDescription
requestGetNodePoolRequest
Returns
TypeDescription
NodePool

getOperation(GetOperationRequest request)

public Operation getOperation(GetOperationRequest request)

Gets the specified operation.

Parameter
NameDescription
requestGetOperationRequest
Returns
TypeDescription
Operation

getServerConfig(GetServerConfigRequest request)

public ServerConfig getServerConfig(GetServerConfigRequest request)

Returns configuration info about the Google Kubernetes Engine service.

Parameter
NameDescription
requestGetServerConfigRequest
Returns
TypeDescription
ServerConfig

listClusters(ListClustersRequest request)

public ListClustersResponse listClusters(ListClustersRequest request)

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

Parameter
NameDescription
requestListClustersRequest
Returns
TypeDescription
ListClustersResponse

listLocations(ListLocationsRequest request)

public ListLocationsResponse listLocations(ListLocationsRequest request)

Fetches locations that offer Google Kubernetes Engine.

Parameter
NameDescription
requestListLocationsRequest
Returns
TypeDescription
ListLocationsResponse

listNodePools(ListNodePoolsRequest request)

public ListNodePoolsResponse listNodePools(ListNodePoolsRequest request)

Lists the node pools for a cluster.

Parameter
NameDescription
requestListNodePoolsRequest
Returns
TypeDescription
ListNodePoolsResponse

listOperations(ListOperationsRequest request)

public ListOperationsResponse listOperations(ListOperationsRequest request)

Lists all operations in a project in the specified zone or all zones.

Parameter
NameDescription
requestListOperationsRequest
Returns
TypeDescription
ListOperationsResponse

listUsableSubnetworks(ListUsableSubnetworksRequest request)

public ListUsableSubnetworksResponse listUsableSubnetworks(ListUsableSubnetworksRequest request)

Lists subnetworks that can be used for creating clusters in a project.

Parameter
NameDescription
requestListUsableSubnetworksRequest
Returns
TypeDescription
ListUsableSubnetworksResponse

rollbackNodePoolUpgrade(RollbackNodePoolUpgradeRequest request)

public Operation rollbackNodePoolUpgrade(RollbackNodePoolUpgradeRequest request)

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

Parameter
NameDescription
requestRollbackNodePoolUpgradeRequest
Returns
TypeDescription
Operation

setAddonsConfig(SetAddonsConfigRequest request)

public Operation setAddonsConfig(SetAddonsConfigRequest request)

Sets the addons for a specific cluster.

Parameter
NameDescription
requestSetAddonsConfigRequest
Returns
TypeDescription
Operation

setLabels(SetLabelsRequest request)

public Operation setLabels(SetLabelsRequest request)

Sets labels on a cluster.

Parameter
NameDescription
requestSetLabelsRequest
Returns
TypeDescription
Operation

setLegacyAbac(SetLegacyAbacRequest request)

public Operation setLegacyAbac(SetLegacyAbacRequest request)

Enables or disables the ABAC authorization mechanism on a cluster.

Parameter
NameDescription
requestSetLegacyAbacRequest
Returns
TypeDescription
Operation

setLocations(SetLocationsRequest request)

public Operation setLocations(SetLocationsRequest request)

Sets the locations for a specific cluster. Deprecated. Use projects.locations.clusters.update instead.

Parameter
NameDescription
requestSetLocationsRequest
Returns
TypeDescription
Operation

setLoggingService(SetLoggingServiceRequest request)

public Operation setLoggingService(SetLoggingServiceRequest request)

Sets the logging service for a specific cluster.

Parameter
NameDescription
requestSetLoggingServiceRequest
Returns
TypeDescription
Operation

setMaintenancePolicy(SetMaintenancePolicyRequest request)

public Operation setMaintenancePolicy(SetMaintenancePolicyRequest request)

Sets the maintenance policy for a cluster.

Parameter
NameDescription
requestSetMaintenancePolicyRequest
Returns
TypeDescription
Operation

setMasterAuth(SetMasterAuthRequest request)

public Operation setMasterAuth(SetMasterAuthRequest request)

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

Parameter
NameDescription
requestSetMasterAuthRequest
Returns
TypeDescription
Operation

setMonitoringService(SetMonitoringServiceRequest request)

public Operation setMonitoringService(SetMonitoringServiceRequest request)

Sets the monitoring service for a specific cluster.

Parameter
NameDescription
requestSetMonitoringServiceRequest
Returns
TypeDescription
Operation

setNetworkPolicy(SetNetworkPolicyRequest request)

public Operation setNetworkPolicy(SetNetworkPolicyRequest request)

Enables or disables Network Policy for a cluster.

Parameter
NameDescription
requestSetNetworkPolicyRequest
Returns
TypeDescription
Operation

setNodePoolAutoscaling(SetNodePoolAutoscalingRequest request)

public Operation setNodePoolAutoscaling(SetNodePoolAutoscalingRequest request)

Sets the autoscaling settings of a specific node pool.

Parameter
NameDescription
requestSetNodePoolAutoscalingRequest
Returns
TypeDescription
Operation

setNodePoolManagement(SetNodePoolManagementRequest request)

public Operation setNodePoolManagement(SetNodePoolManagementRequest request)

Sets the NodeManagement options for a node pool.

Parameter
NameDescription
requestSetNodePoolManagementRequest
Returns
TypeDescription
Operation

setNodePoolSize(SetNodePoolSizeRequest request)

public Operation setNodePoolSize(SetNodePoolSizeRequest request)

SetNodePoolSizeRequest sets the size of a node pool. The new size will be used for all replicas, including future replicas created by modifying NodePool.locations.

Parameter
NameDescription
requestSetNodePoolSizeRequest
Returns
TypeDescription
Operation

startIPRotation(StartIPRotationRequest request)

public Operation startIPRotation(StartIPRotationRequest request)

Starts master IP rotation.

Parameter
NameDescription
requestStartIPRotationRequest
Returns
TypeDescription
Operation

updateCluster(UpdateClusterRequest request)

public Operation updateCluster(UpdateClusterRequest request)

Updates the settings for a specific cluster.

Parameter
NameDescription
requestUpdateClusterRequest
Returns
TypeDescription
Operation

updateMaster(UpdateMasterRequest request)

public Operation updateMaster(UpdateMasterRequest request)

Updates the master for a specific cluster.

Parameter
NameDescription
requestUpdateMasterRequest
Returns
TypeDescription
Operation

updateNodePool(UpdateNodePoolRequest request)

public Operation updateNodePool(UpdateNodePoolRequest request)

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

Parameter
NameDescription
requestUpdateNodePoolRequest
Returns
TypeDescription
Operation