| Package | Description |
|---|---|
| com.google.api.services.container.model |
| Modifier and Type | Method and Description |
|---|---|
ClusterUpdate |
ClusterUpdate.clone() |
ClusterUpdate |
UpdateClusterRequest.getUpdate()
Required.
|
ClusterUpdate |
ClusterUpdate.set(String fieldName,
Object value) |
ClusterUpdate |
ClusterUpdate.setDesiredAddonsConfig(AddonsConfig desiredAddonsConfig)
Configurations for the various addons available to run in the cluster.
|
ClusterUpdate |
ClusterUpdate.setDesiredBinaryAuthorization(BinaryAuthorization desiredBinaryAuthorization)
The desired configuration options for the Binary Authorization feature.
|
ClusterUpdate |
ClusterUpdate.setDesiredClusterAutoscaling(ClusterAutoscaling desiredClusterAutoscaling)
Cluster-level autoscaling configuration.
|
ClusterUpdate |
ClusterUpdate.setDesiredDatabaseEncryption(DatabaseEncryption desiredDatabaseEncryption)
Configuration of etcd encryption.
|
ClusterUpdate |
ClusterUpdate.setDesiredImageType(String desiredImageType)
The desired image type for the node pool.
|
ClusterUpdate |
ClusterUpdate.setDesiredIntraNodeVisibilityConfig(IntraNodeVisibilityConfig desiredIntraNodeVisibilityConfig)
The desired config of Intra-node visibility.
|
ClusterUpdate |
ClusterUpdate.setDesiredLocations(List<String> desiredLocations)
The desired list of Google Compute Engine [zones](/compute/docs/zones#available) in which the
cluster's nodes should be located.
|
ClusterUpdate |
ClusterUpdate.setDesiredLoggingService(String desiredLoggingService)
The logging service the cluster should use to write logs.
|
ClusterUpdate |
ClusterUpdate.setDesiredMasterAuthorizedNetworksConfig(MasterAuthorizedNetworksConfig desiredMasterAuthorizedNetworksConfig)
The desired configuration options for master authorized networks feature.
|
ClusterUpdate |
ClusterUpdate.setDesiredMasterVersion(String desiredMasterVersion)
The Kubernetes version to change the master to.
|
ClusterUpdate |
ClusterUpdate.setDesiredMonitoringService(String desiredMonitoringService)
The monitoring service the cluster should use to write metrics.
|
ClusterUpdate |
ClusterUpdate.setDesiredNodePoolAutoscaling(NodePoolAutoscaling desiredNodePoolAutoscaling)
Autoscaler configuration for the node pool specified in desired_node_pool_id.
|
ClusterUpdate |
ClusterUpdate.setDesiredNodePoolId(String desiredNodePoolId)
The node pool to be upgraded.
|
ClusterUpdate |
ClusterUpdate.setDesiredNodeVersion(String desiredNodeVersion)
The Kubernetes version to change the nodes to (typically an upgrade).
|
ClusterUpdate |
ClusterUpdate.setDesiredResourceUsageExportConfig(ResourceUsageExportConfig desiredResourceUsageExportConfig)
The desired configuration for exporting resource usage.
|
ClusterUpdate |
ClusterUpdate.setDesiredShieldedNodes(ShieldedNodes desiredShieldedNodes)
Configuration for Shielded Nodes.
|
ClusterUpdate |
ClusterUpdate.setDesiredVerticalPodAutoscaling(VerticalPodAutoscaling desiredVerticalPodAutoscaling)
Cluster-level Vertical Pod Autoscaling configuration.
|
ClusterUpdate |
ClusterUpdate.setDesiredWorkloadIdentityConfig(WorkloadIdentityConfig desiredWorkloadIdentityConfig)
Configuration for Workload Identity.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateClusterRequest |
UpdateClusterRequest.setUpdate(ClusterUpdate update)
Required.
|
Copyright © 2011–2020 Google. All rights reserved.