public final class ClusterUpdate extends GenericJson
This is the Java data model class that specifies how to parse/serialize into the JSON that is transmitted over HTTP when working with the Kubernetes Engine API. For a detailed explanation see: https://developers.google.com/api-client-library/java/google-http-java-client/json
GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
ClusterUpdate() |
| Modifier and Type | Method and Description |
|---|---|
ClusterUpdate |
clone() |
AddonsConfig |
getDesiredAddonsConfig()
Configurations for the various addons available to run in the cluster.
|
BinaryAuthorization |
getDesiredBinaryAuthorization()
The desired configuration options for the Binary Authorization feature.
|
ClusterAutoscaling |
getDesiredClusterAutoscaling()
Cluster-level autoscaling configuration.
|
DatabaseEncryption |
getDesiredDatabaseEncryption()
Configuration of etcd encryption.
|
String |
getDesiredImageType()
The desired image type for the node pool.
|
IntraNodeVisibilityConfig |
getDesiredIntraNodeVisibilityConfig()
The desired config of Intra-node visibility.
|
List<String> |
getDesiredLocations()
The desired list of Google Compute Engine [zones](/compute/docs/zones#available) in which the
cluster's nodes should be located.
|
String |
getDesiredLoggingService()
The logging service the cluster should use to write logs.
|
MasterAuthorizedNetworksConfig |
getDesiredMasterAuthorizedNetworksConfig()
The desired configuration options for master authorized networks feature.
|
String |
getDesiredMasterVersion()
The Kubernetes version to change the master to.
|
String |
getDesiredMonitoringService()
The monitoring service the cluster should use to write metrics.
|
NodePoolAutoscaling |
getDesiredNodePoolAutoscaling()
Autoscaler configuration for the node pool specified in desired_node_pool_id.
|
String |
getDesiredNodePoolId()
The node pool to be upgraded.
|
String |
getDesiredNodeVersion()
The Kubernetes version to change the nodes to (typically an upgrade).
|
ResourceUsageExportConfig |
getDesiredResourceUsageExportConfig()
The desired configuration for exporting resource usage.
|
ShieldedNodes |
getDesiredShieldedNodes()
Configuration for Shielded Nodes.
|
VerticalPodAutoscaling |
getDesiredVerticalPodAutoscaling()
Cluster-level Vertical Pod Autoscaling configuration.
|
WorkloadIdentityConfig |
getDesiredWorkloadIdentityConfig()
Configuration for Workload Identity.
|
ClusterUpdate |
set(String fieldName,
Object value) |
ClusterUpdate |
setDesiredAddonsConfig(AddonsConfig desiredAddonsConfig)
Configurations for the various addons available to run in the cluster.
|
ClusterUpdate |
setDesiredBinaryAuthorization(BinaryAuthorization desiredBinaryAuthorization)
The desired configuration options for the Binary Authorization feature.
|
ClusterUpdate |
setDesiredClusterAutoscaling(ClusterAutoscaling desiredClusterAutoscaling)
Cluster-level autoscaling configuration.
|
ClusterUpdate |
setDesiredDatabaseEncryption(DatabaseEncryption desiredDatabaseEncryption)
Configuration of etcd encryption.
|
ClusterUpdate |
setDesiredImageType(String desiredImageType)
The desired image type for the node pool.
|
ClusterUpdate |
setDesiredIntraNodeVisibilityConfig(IntraNodeVisibilityConfig desiredIntraNodeVisibilityConfig)
The desired config of Intra-node visibility.
|
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 |
setDesiredLoggingService(String desiredLoggingService)
The logging service the cluster should use to write logs.
|
ClusterUpdate |
setDesiredMasterAuthorizedNetworksConfig(MasterAuthorizedNetworksConfig desiredMasterAuthorizedNetworksConfig)
The desired configuration options for master authorized networks feature.
|
ClusterUpdate |
setDesiredMasterVersion(String desiredMasterVersion)
The Kubernetes version to change the master to.
|
ClusterUpdate |
setDesiredMonitoringService(String desiredMonitoringService)
The monitoring service the cluster should use to write metrics.
|
ClusterUpdate |
setDesiredNodePoolAutoscaling(NodePoolAutoscaling desiredNodePoolAutoscaling)
Autoscaler configuration for the node pool specified in desired_node_pool_id.
|
ClusterUpdate |
setDesiredNodePoolId(String desiredNodePoolId)
The node pool to be upgraded.
|
ClusterUpdate |
setDesiredNodeVersion(String desiredNodeVersion)
The Kubernetes version to change the nodes to (typically an upgrade).
|
ClusterUpdate |
setDesiredResourceUsageExportConfig(ResourceUsageExportConfig desiredResourceUsageExportConfig)
The desired configuration for exporting resource usage.
|
ClusterUpdate |
setDesiredShieldedNodes(ShieldedNodes desiredShieldedNodes)
Configuration for Shielded Nodes.
|
ClusterUpdate |
setDesiredVerticalPodAutoscaling(VerticalPodAutoscaling desiredVerticalPodAutoscaling)
Cluster-level Vertical Pod Autoscaling configuration.
|
ClusterUpdate |
setDesiredWorkloadIdentityConfig(WorkloadIdentityConfig desiredWorkloadIdentityConfig)
Configuration for Workload Identity.
|
getFactory, setFactory, toPrettyString, toStringentrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, isEmpty, keySet, size, valuesfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllpublic AddonsConfig getDesiredAddonsConfig()
null for nonepublic ClusterUpdate setDesiredAddonsConfig(AddonsConfig desiredAddonsConfig)
desiredAddonsConfig - desiredAddonsConfig or null for nonepublic BinaryAuthorization getDesiredBinaryAuthorization()
null for nonepublic ClusterUpdate setDesiredBinaryAuthorization(BinaryAuthorization desiredBinaryAuthorization)
desiredBinaryAuthorization - desiredBinaryAuthorization or null for nonepublic ClusterAutoscaling getDesiredClusterAutoscaling()
null for nonepublic ClusterUpdate setDesiredClusterAutoscaling(ClusterAutoscaling desiredClusterAutoscaling)
desiredClusterAutoscaling - desiredClusterAutoscaling or null for nonepublic DatabaseEncryption getDesiredDatabaseEncryption()
null for nonepublic ClusterUpdate setDesiredDatabaseEncryption(DatabaseEncryption desiredDatabaseEncryption)
desiredDatabaseEncryption - desiredDatabaseEncryption or null for nonepublic String getDesiredImageType()
null for nonepublic ClusterUpdate setDesiredImageType(String desiredImageType)
desiredImageType - desiredImageType or null for nonepublic IntraNodeVisibilityConfig getDesiredIntraNodeVisibilityConfig()
null for nonepublic ClusterUpdate setDesiredIntraNodeVisibilityConfig(IntraNodeVisibilityConfig desiredIntraNodeVisibilityConfig)
desiredIntraNodeVisibilityConfig - desiredIntraNodeVisibilityConfig or null for nonepublic List<String> getDesiredLocations()
null for nonepublic ClusterUpdate setDesiredLocations(List<String> desiredLocations)
desiredLocations - desiredLocations or null for nonepublic String getDesiredLoggingService()
null for nonepublic ClusterUpdate setDesiredLoggingService(String desiredLoggingService)
desiredLoggingService - desiredLoggingService or null for nonepublic MasterAuthorizedNetworksConfig getDesiredMasterAuthorizedNetworksConfig()
null for nonepublic ClusterUpdate setDesiredMasterAuthorizedNetworksConfig(MasterAuthorizedNetworksConfig desiredMasterAuthorizedNetworksConfig)
desiredMasterAuthorizedNetworksConfig - desiredMasterAuthorizedNetworksConfig or null for nonepublic String getDesiredMasterVersion()
null for nonepublic ClusterUpdate setDesiredMasterVersion(String desiredMasterVersion)
desiredMasterVersion - desiredMasterVersion or null for nonepublic String getDesiredMonitoringService()
null for nonepublic ClusterUpdate setDesiredMonitoringService(String desiredMonitoringService)
desiredMonitoringService - desiredMonitoringService or null for nonepublic NodePoolAutoscaling getDesiredNodePoolAutoscaling()
null for nonepublic ClusterUpdate setDesiredNodePoolAutoscaling(NodePoolAutoscaling desiredNodePoolAutoscaling)
desiredNodePoolAutoscaling - desiredNodePoolAutoscaling or null for nonepublic String getDesiredNodePoolId()
null for nonepublic ClusterUpdate setDesiredNodePoolId(String desiredNodePoolId)
desiredNodePoolId - desiredNodePoolId or null for nonepublic String getDesiredNodeVersion()
null for nonepublic ClusterUpdate setDesiredNodeVersion(String desiredNodeVersion)
desiredNodeVersion - desiredNodeVersion or null for nonepublic ResourceUsageExportConfig getDesiredResourceUsageExportConfig()
null for nonepublic ClusterUpdate setDesiredResourceUsageExportConfig(ResourceUsageExportConfig desiredResourceUsageExportConfig)
desiredResourceUsageExportConfig - desiredResourceUsageExportConfig or null for nonepublic ShieldedNodes getDesiredShieldedNodes()
null for nonepublic ClusterUpdate setDesiredShieldedNodes(ShieldedNodes desiredShieldedNodes)
desiredShieldedNodes - desiredShieldedNodes or null for nonepublic VerticalPodAutoscaling getDesiredVerticalPodAutoscaling()
null for nonepublic ClusterUpdate setDesiredVerticalPodAutoscaling(VerticalPodAutoscaling desiredVerticalPodAutoscaling)
desiredVerticalPodAutoscaling - desiredVerticalPodAutoscaling or null for nonepublic WorkloadIdentityConfig getDesiredWorkloadIdentityConfig()
null for nonepublic ClusterUpdate setDesiredWorkloadIdentityConfig(WorkloadIdentityConfig desiredWorkloadIdentityConfig)
desiredWorkloadIdentityConfig - desiredWorkloadIdentityConfig or null for nonepublic ClusterUpdate set(String fieldName, Object value)
set in class GenericJsonpublic ClusterUpdate clone()
clone in class GenericJsonCopyright © 2011–2020 Google. All rights reserved.