public final class ClusterUpdate extends GeneratedMessageV3 implements ClusterUpdateOrBuilder
ClusterUpdate describes an update to the cluster. Exactly one update can be applied to a cluster with each request, so at most one field can be provided.
Protobuf type google.container.v1.ClusterUpdate
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > ClusterUpdateImplements
ClusterUpdateOrBuilderStatic Fields
DESIRED_ADDONS_CONFIG_FIELD_NUMBER
public static final int DESIRED_ADDONS_CONFIG_FIELD_NUMBER
Type | Description |
int |
DESIRED_AUTHENTICATOR_GROUPS_CONFIG_FIELD_NUMBER
public static final int DESIRED_AUTHENTICATOR_GROUPS_CONFIG_FIELD_NUMBER
Type | Description |
int |
DESIRED_BINARY_AUTHORIZATION_FIELD_NUMBER
public static final int DESIRED_BINARY_AUTHORIZATION_FIELD_NUMBER
Type | Description |
int |
DESIRED_CLUSTER_AUTOSCALING_FIELD_NUMBER
public static final int DESIRED_CLUSTER_AUTOSCALING_FIELD_NUMBER
Type | Description |
int |
DESIRED_DATABASE_ENCRYPTION_FIELD_NUMBER
public static final int DESIRED_DATABASE_ENCRYPTION_FIELD_NUMBER
Type | Description |
int |
DESIRED_DATAPATH_PROVIDER_FIELD_NUMBER
public static final int DESIRED_DATAPATH_PROVIDER_FIELD_NUMBER
Type | Description |
int |
DESIRED_DEFAULT_SNAT_STATUS_FIELD_NUMBER
public static final int DESIRED_DEFAULT_SNAT_STATUS_FIELD_NUMBER
Type | Description |
int |
DESIRED_DNS_CONFIG_FIELD_NUMBER
public static final int DESIRED_DNS_CONFIG_FIELD_NUMBER
Type | Description |
int |
DESIRED_GCFS_CONFIG_FIELD_NUMBER
public static final int DESIRED_GCFS_CONFIG_FIELD_NUMBER
Type | Description |
int |
DESIRED_IMAGE_TYPE_FIELD_NUMBER
public static final int DESIRED_IMAGE_TYPE_FIELD_NUMBER
Type | Description |
int |
DESIRED_INTRA_NODE_VISIBILITY_CONFIG_FIELD_NUMBER
public static final int DESIRED_INTRA_NODE_VISIBILITY_CONFIG_FIELD_NUMBER
Type | Description |
int |
DESIRED_L4ILB_SUBSETTING_CONFIG_FIELD_NUMBER
public static final int DESIRED_L4ILB_SUBSETTING_CONFIG_FIELD_NUMBER
Type | Description |
int |
DESIRED_LOCATIONS_FIELD_NUMBER
public static final int DESIRED_LOCATIONS_FIELD_NUMBER
Type | Description |
int |
DESIRED_LOGGING_CONFIG_FIELD_NUMBER
public static final int DESIRED_LOGGING_CONFIG_FIELD_NUMBER
Type | Description |
int |
DESIRED_LOGGING_SERVICE_FIELD_NUMBER
public static final int DESIRED_LOGGING_SERVICE_FIELD_NUMBER
Type | Description |
int |
DESIRED_MASTER_AUTHORIZED_NETWORKS_CONFIG_FIELD_NUMBER
public static final int DESIRED_MASTER_AUTHORIZED_NETWORKS_CONFIG_FIELD_NUMBER
Type | Description |
int |
DESIRED_MASTER_VERSION_FIELD_NUMBER
public static final int DESIRED_MASTER_VERSION_FIELD_NUMBER
Type | Description |
int |
DESIRED_MESH_CERTIFICATES_FIELD_NUMBER
public static final int DESIRED_MESH_CERTIFICATES_FIELD_NUMBER
Type | Description |
int |
DESIRED_MONITORING_CONFIG_FIELD_NUMBER
public static final int DESIRED_MONITORING_CONFIG_FIELD_NUMBER
Type | Description |
int |
DESIRED_MONITORING_SERVICE_FIELD_NUMBER
public static final int DESIRED_MONITORING_SERVICE_FIELD_NUMBER
Type | Description |
int |
DESIRED_NODE_POOL_AUTOSCALING_FIELD_NUMBER
public static final int DESIRED_NODE_POOL_AUTOSCALING_FIELD_NUMBER
Type | Description |
int |
DESIRED_NODE_POOL_ID_FIELD_NUMBER
public static final int DESIRED_NODE_POOL_ID_FIELD_NUMBER
Type | Description |
int |
DESIRED_NODE_VERSION_FIELD_NUMBER
public static final int DESIRED_NODE_VERSION_FIELD_NUMBER
Type | Description |
int |
DESIRED_NOTIFICATION_CONFIG_FIELD_NUMBER
public static final int DESIRED_NOTIFICATION_CONFIG_FIELD_NUMBER
Type | Description |
int |
DESIRED_PRIVATE_CLUSTER_CONFIG_FIELD_NUMBER
public static final int DESIRED_PRIVATE_CLUSTER_CONFIG_FIELD_NUMBER
Type | Description |
int |
DESIRED_PRIVATE_IPV6_GOOGLE_ACCESS_FIELD_NUMBER
public static final int DESIRED_PRIVATE_IPV6_GOOGLE_ACCESS_FIELD_NUMBER
Type | Description |
int |
DESIRED_RELEASE_CHANNEL_FIELD_NUMBER
public static final int DESIRED_RELEASE_CHANNEL_FIELD_NUMBER
Type | Description |
int |
DESIRED_RESOURCE_USAGE_EXPORT_CONFIG_FIELD_NUMBER
public static final int DESIRED_RESOURCE_USAGE_EXPORT_CONFIG_FIELD_NUMBER
Type | Description |
int |
DESIRED_SERVICE_EXTERNAL_IPS_CONFIG_FIELD_NUMBER
public static final int DESIRED_SERVICE_EXTERNAL_IPS_CONFIG_FIELD_NUMBER
Type | Description |
int |
DESIRED_SHIELDED_NODES_FIELD_NUMBER
public static final int DESIRED_SHIELDED_NODES_FIELD_NUMBER
Type | Description |
int |
DESIRED_VERTICAL_POD_AUTOSCALING_FIELD_NUMBER
public static final int DESIRED_VERTICAL_POD_AUTOSCALING_FIELD_NUMBER
Type | Description |
int |
DESIRED_WORKLOAD_IDENTITY_CONFIG_FIELD_NUMBER
public static final int DESIRED_WORKLOAD_IDENTITY_CONFIG_FIELD_NUMBER
Type | Description |
int |
Static Methods
getDefaultInstance()
public static ClusterUpdate getDefaultInstance()
Type | Description |
ClusterUpdate |
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
newBuilder()
public static ClusterUpdate.Builder newBuilder()
Type | Description |
ClusterUpdate.Builder |
newBuilder(ClusterUpdate prototype)
public static ClusterUpdate.Builder newBuilder(ClusterUpdate prototype)
Name | Description |
prototype | ClusterUpdate |
Type | Description |
ClusterUpdate.Builder |
parseDelimitedFrom(InputStream input)
public static ClusterUpdate parseDelimitedFrom(InputStream input)
Name | Description |
input | InputStream |
Type | Description |
ClusterUpdate |
Type | Description |
IOException |
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static ClusterUpdate parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
ClusterUpdate |
Type | Description |
IOException |
parseFrom(byte[] data)
public static ClusterUpdate parseFrom(byte[] data)
Name | Description |
data | byte[] |
Type | Description |
ClusterUpdate |
Type | Description |
InvalidProtocolBufferException |
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static ClusterUpdate parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | byte[] |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
ClusterUpdate |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data)
public static ClusterUpdate parseFrom(ByteString data)
Name | Description |
data | ByteString |
Type | Description |
ClusterUpdate |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static ClusterUpdate parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | ByteString |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
ClusterUpdate |
Type | Description |
InvalidProtocolBufferException |
parseFrom(CodedInputStream input)
public static ClusterUpdate parseFrom(CodedInputStream input)
Name | Description |
input | CodedInputStream |
Type | Description |
ClusterUpdate |
Type | Description |
IOException |
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static ClusterUpdate parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
ClusterUpdate |
Type | Description |
IOException |
parseFrom(InputStream input)
public static ClusterUpdate parseFrom(InputStream input)
Name | Description |
input | InputStream |
Type | Description |
ClusterUpdate |
Type | Description |
IOException |
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static ClusterUpdate parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
ClusterUpdate |
Type | Description |
IOException |
parseFrom(ByteBuffer data)
public static ClusterUpdate parseFrom(ByteBuffer data)
Name | Description |
data | ByteBuffer |
Type | Description |
ClusterUpdate |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static ClusterUpdate parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | ByteBuffer |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
ClusterUpdate |
Type | Description |
InvalidProtocolBufferException |
parser()
public static Parser<ClusterUpdate> parser()
Type | Description |
Parser<ClusterUpdate> |
Methods
equals(Object obj)
public boolean equals(Object obj)
Name | Description |
obj | Object |
Type | Description |
boolean |
getDefaultInstanceForType()
public ClusterUpdate getDefaultInstanceForType()
Type | Description |
ClusterUpdate |
getDesiredAddonsConfig()
public AddonsConfig getDesiredAddonsConfig()
Configurations for the various addons available to run in the cluster.
.google.container.v1.AddonsConfig desired_addons_config = 6;
Type | Description |
AddonsConfig | The desiredAddonsConfig. |
getDesiredAddonsConfigOrBuilder()
public AddonsConfigOrBuilder getDesiredAddonsConfigOrBuilder()
Configurations for the various addons available to run in the cluster.
.google.container.v1.AddonsConfig desired_addons_config = 6;
Type | Description |
AddonsConfigOrBuilder |
getDesiredAuthenticatorGroupsConfig()
public AuthenticatorGroupsConfig getDesiredAuthenticatorGroupsConfig()
The desired authenticator groups config for the cluster.
.google.container.v1.AuthenticatorGroupsConfig desired_authenticator_groups_config = 63;
Type | Description |
AuthenticatorGroupsConfig | The desiredAuthenticatorGroupsConfig. |
getDesiredAuthenticatorGroupsConfigOrBuilder()
public AuthenticatorGroupsConfigOrBuilder getDesiredAuthenticatorGroupsConfigOrBuilder()
The desired authenticator groups config for the cluster.
.google.container.v1.AuthenticatorGroupsConfig desired_authenticator_groups_config = 63;
Type | Description |
AuthenticatorGroupsConfigOrBuilder |
getDesiredBinaryAuthorization()
public BinaryAuthorization getDesiredBinaryAuthorization()
The desired configuration options for the Binary Authorization feature.
.google.container.v1.BinaryAuthorization desired_binary_authorization = 16;
Type | Description |
BinaryAuthorization | The desiredBinaryAuthorization. |
getDesiredBinaryAuthorizationOrBuilder()
public BinaryAuthorizationOrBuilder getDesiredBinaryAuthorizationOrBuilder()
The desired configuration options for the Binary Authorization feature.
.google.container.v1.BinaryAuthorization desired_binary_authorization = 16;
Type | Description |
BinaryAuthorizationOrBuilder |
getDesiredClusterAutoscaling()
public ClusterAutoscaling getDesiredClusterAutoscaling()
Cluster-level autoscaling configuration.
.google.container.v1.ClusterAutoscaling desired_cluster_autoscaling = 15;
Type | Description |
ClusterAutoscaling | The desiredClusterAutoscaling. |
getDesiredClusterAutoscalingOrBuilder()
public ClusterAutoscalingOrBuilder getDesiredClusterAutoscalingOrBuilder()
Cluster-level autoscaling configuration.
.google.container.v1.ClusterAutoscaling desired_cluster_autoscaling = 15;
Type | Description |
ClusterAutoscalingOrBuilder |
getDesiredDatabaseEncryption()
public DatabaseEncryption getDesiredDatabaseEncryption()
Configuration of etcd encryption.
.google.container.v1.DatabaseEncryption desired_database_encryption = 46;
Type | Description |
DatabaseEncryption | The desiredDatabaseEncryption. |
getDesiredDatabaseEncryptionOrBuilder()
public DatabaseEncryptionOrBuilder getDesiredDatabaseEncryptionOrBuilder()
Configuration of etcd encryption.
.google.container.v1.DatabaseEncryption desired_database_encryption = 46;
Type | Description |
DatabaseEncryptionOrBuilder |
getDesiredDatapathProvider()
public DatapathProvider getDesiredDatapathProvider()
The desired datapath provider for the cluster.
.google.container.v1.DatapathProvider desired_datapath_provider = 50;
Type | Description |
DatapathProvider | The desiredDatapathProvider. |
getDesiredDatapathProviderValue()
public int getDesiredDatapathProviderValue()
The desired datapath provider for the cluster.
.google.container.v1.DatapathProvider desired_datapath_provider = 50;
Type | Description |
int | The enum numeric value on the wire for desiredDatapathProvider. |
getDesiredDefaultSnatStatus()
public DefaultSnatStatus getDesiredDefaultSnatStatus()
The desired status of whether to disable default sNAT for this cluster.
.google.container.v1.DefaultSnatStatus desired_default_snat_status = 28;
Type | Description |
DefaultSnatStatus | The desiredDefaultSnatStatus. |
getDesiredDefaultSnatStatusOrBuilder()
public DefaultSnatStatusOrBuilder getDesiredDefaultSnatStatusOrBuilder()
The desired status of whether to disable default sNAT for this cluster.
.google.container.v1.DefaultSnatStatus desired_default_snat_status = 28;
Type | Description |
DefaultSnatStatusOrBuilder |
getDesiredDnsConfig()
public DNSConfig getDesiredDnsConfig()
DNSConfig contains clusterDNS config for this cluster.
.google.container.v1.DNSConfig desired_dns_config = 53;
Type | Description |
DNSConfig | The desiredDnsConfig. |
getDesiredDnsConfigOrBuilder()
public DNSConfigOrBuilder getDesiredDnsConfigOrBuilder()
DNSConfig contains clusterDNS config for this cluster.
.google.container.v1.DNSConfig desired_dns_config = 53;
Type | Description |
DNSConfigOrBuilder |
getDesiredGcfsConfig()
public GcfsConfig getDesiredGcfsConfig()
The desired GCFS config for the cluster
.google.container.v1.GcfsConfig desired_gcfs_config = 109;
Type | Description |
GcfsConfig | The desiredGcfsConfig. |
getDesiredGcfsConfigOrBuilder()
public GcfsConfigOrBuilder getDesiredGcfsConfigOrBuilder()
The desired GCFS config for the cluster
.google.container.v1.GcfsConfig desired_gcfs_config = 109;
Type | Description |
GcfsConfigOrBuilder |
getDesiredImageType()
public String getDesiredImageType()
The desired image type for the node pool. NOTE: Set the "desired_node_pool" field as well.
string desired_image_type = 8;
Type | Description |
String | The desiredImageType. |
getDesiredImageTypeBytes()
public ByteString getDesiredImageTypeBytes()
The desired image type for the node pool. NOTE: Set the "desired_node_pool" field as well.
string desired_image_type = 8;
Type | Description |
ByteString | The bytes for desiredImageType. |
getDesiredIntraNodeVisibilityConfig()
public IntraNodeVisibilityConfig getDesiredIntraNodeVisibilityConfig()
The desired config of Intra-node visibility.
.google.container.v1.IntraNodeVisibilityConfig desired_intra_node_visibility_config = 26;
Type | Description |
IntraNodeVisibilityConfig | The desiredIntraNodeVisibilityConfig. |
getDesiredIntraNodeVisibilityConfigOrBuilder()
public IntraNodeVisibilityConfigOrBuilder getDesiredIntraNodeVisibilityConfigOrBuilder()
The desired config of Intra-node visibility.
.google.container.v1.IntraNodeVisibilityConfig desired_intra_node_visibility_config = 26;
Type | Description |
IntraNodeVisibilityConfigOrBuilder |
getDesiredL4IlbSubsettingConfig()
public ILBSubsettingConfig getDesiredL4IlbSubsettingConfig()
The desired L4 Internal Load Balancer Subsetting configuration.
.google.container.v1.ILBSubsettingConfig desired_l4ilb_subsetting_config = 39;
Type | Description |
ILBSubsettingConfig | The desiredL4ilbSubsettingConfig. |
getDesiredL4IlbSubsettingConfigOrBuilder()
public ILBSubsettingConfigOrBuilder getDesiredL4IlbSubsettingConfigOrBuilder()
The desired L4 Internal Load Balancer Subsetting configuration.
.google.container.v1.ILBSubsettingConfig desired_l4ilb_subsetting_config = 39;
Type | Description |
ILBSubsettingConfigOrBuilder |
getDesiredLocations(int index)
public String getDesiredLocations(int index)
The desired list of Google Compute Engine zones in which the cluster's nodes should be located. This list must always include the cluster's primary zone. Warning: changing cluster locations will update the locations of all node pools and will result in nodes being added and/or removed.
repeated string desired_locations = 10;
Name | Description |
index | int The index of the element to return. |
Type | Description |
String | The desiredLocations at the given index. |
getDesiredLocationsBytes(int index)
public ByteString getDesiredLocationsBytes(int index)
The desired list of Google Compute Engine zones in which the cluster's nodes should be located. This list must always include the cluster's primary zone. Warning: changing cluster locations will update the locations of all node pools and will result in nodes being added and/or removed.
repeated string desired_locations = 10;
Name | Description |
index | int The index of the value to return. |
Type | Description |
ByteString | The bytes of the desiredLocations at the given index. |
getDesiredLocationsCount()
public int getDesiredLocationsCount()
The desired list of Google Compute Engine zones in which the cluster's nodes should be located. This list must always include the cluster's primary zone. Warning: changing cluster locations will update the locations of all node pools and will result in nodes being added and/or removed.
repeated string desired_locations = 10;
Type | Description |
int | The count of desiredLocations. |
getDesiredLocationsList()
public ProtocolStringList getDesiredLocationsList()
The desired list of Google Compute Engine zones in which the cluster's nodes should be located. This list must always include the cluster's primary zone. Warning: changing cluster locations will update the locations of all node pools and will result in nodes being added and/or removed.
repeated string desired_locations = 10;
Type | Description |
ProtocolStringList | A list containing the desiredLocations. |
getDesiredLoggingConfig()
public LoggingConfig getDesiredLoggingConfig()
The desired logging configuration.
.google.container.v1.LoggingConfig desired_logging_config = 64;
Type | Description |
LoggingConfig | The desiredLoggingConfig. |
getDesiredLoggingConfigOrBuilder()
public LoggingConfigOrBuilder getDesiredLoggingConfigOrBuilder()
The desired logging configuration.
.google.container.v1.LoggingConfig desired_logging_config = 64;
Type | Description |
LoggingConfigOrBuilder |
getDesiredLoggingService()
public String getDesiredLoggingService()
The logging service the cluster should use to write logs. Currently available options:
logging.googleapis.com/kubernetes
- The Cloud Logging service with a Kubernetes-native resource modellogging.googleapis.com
- The legacy Cloud Logging service (no longer available as of GKE 1.15).none
- no logs will be exported from the cluster. If left as an empty string,logging.googleapis.com/kubernetes
will be used for GKE 1.14+ orlogging.googleapis.com
for earlier versions.
string desired_logging_service = 19;
Type | Description |
String | The desiredLoggingService. |
getDesiredLoggingServiceBytes()
public ByteString getDesiredLoggingServiceBytes()
The logging service the cluster should use to write logs. Currently available options:
logging.googleapis.com/kubernetes
- The Cloud Logging service with a Kubernetes-native resource modellogging.googleapis.com
- The legacy Cloud Logging service (no longer available as of GKE 1.15).none
- no logs will be exported from the cluster. If left as an empty string,logging.googleapis.com/kubernetes
will be used for GKE 1.14+ orlogging.googleapis.com
for earlier versions.
string desired_logging_service = 19;
Type | Description |
ByteString | The bytes for desiredLoggingService. |
getDesiredMasterAuthorizedNetworksConfig()
public MasterAuthorizedNetworksConfig getDesiredMasterAuthorizedNetworksConfig()
The desired configuration options for master authorized networks feature.
.google.container.v1.MasterAuthorizedNetworksConfig desired_master_authorized_networks_config = 12;
Type | Description |
MasterAuthorizedNetworksConfig | The desiredMasterAuthorizedNetworksConfig. |
getDesiredMasterAuthorizedNetworksConfigOrBuilder()
public MasterAuthorizedNetworksConfigOrBuilder getDesiredMasterAuthorizedNetworksConfigOrBuilder()
The desired configuration options for master authorized networks feature.
.google.container.v1.MasterAuthorizedNetworksConfig desired_master_authorized_networks_config = 12;
Type | Description |
MasterAuthorizedNetworksConfigOrBuilder |
getDesiredMasterVersion()
public String getDesiredMasterVersion()
The Kubernetes version to change the master to. Users may specify either explicit versions offered by Kubernetes Engine or version aliases, which have the following behavior:
- "latest": picks the highest valid Kubernetes version
- "1.X": picks the highest valid patch+gke.N patch in the 1.X version
- "1.X.Y": picks the highest valid gke.N patch in the 1.X.Y version
- "1.X.Y-gke.N": picks an explicit Kubernetes version
- "-": picks the default Kubernetes version
string desired_master_version = 100;
Type | Description |
String | The desiredMasterVersion. |
getDesiredMasterVersionBytes()
public ByteString getDesiredMasterVersionBytes()
The Kubernetes version to change the master to. Users may specify either explicit versions offered by Kubernetes Engine or version aliases, which have the following behavior:
- "latest": picks the highest valid Kubernetes version
- "1.X": picks the highest valid patch+gke.N patch in the 1.X version
- "1.X.Y": picks the highest valid gke.N patch in the 1.X.Y version
- "1.X.Y-gke.N": picks an explicit Kubernetes version
- "-": picks the default Kubernetes version
string desired_master_version = 100;
Type | Description |
ByteString | The bytes for desiredMasterVersion. |
getDesiredMeshCertificates()
public MeshCertificates getDesiredMeshCertificates()
Configuration for issuance of mTLS keys and certificates to Kubernetes pods.
.google.container.v1.MeshCertificates desired_mesh_certificates = 67;
Type | Description |
MeshCertificates | The desiredMeshCertificates. |
getDesiredMeshCertificatesOrBuilder()
public MeshCertificatesOrBuilder getDesiredMeshCertificatesOrBuilder()
Configuration for issuance of mTLS keys and certificates to Kubernetes pods.
.google.container.v1.MeshCertificates desired_mesh_certificates = 67;
Type | Description |
MeshCertificatesOrBuilder |
getDesiredMonitoringConfig()
public MonitoringConfig getDesiredMonitoringConfig()
The desired monitoring configuration.
.google.container.v1.MonitoringConfig desired_monitoring_config = 65;
Type | Description |
MonitoringConfig | The desiredMonitoringConfig. |
getDesiredMonitoringConfigOrBuilder()
public MonitoringConfigOrBuilder getDesiredMonitoringConfigOrBuilder()
The desired monitoring configuration.
.google.container.v1.MonitoringConfig desired_monitoring_config = 65;
Type | Description |
MonitoringConfigOrBuilder |
getDesiredMonitoringService()
public String getDesiredMonitoringService()
The monitoring service the cluster should use to write metrics. Currently available options:
- "monitoring.googleapis.com/kubernetes" - The Cloud Monitoring service with a Kubernetes-native resource model
monitoring.googleapis.com
- The legacy Cloud Monitoring service (no longer available as of GKE 1.15).none
- No metrics will be exported from the cluster. If left as an empty string,monitoring.googleapis.com/kubernetes
will be used for GKE 1.14+ ormonitoring.googleapis.com
for earlier versions.
string desired_monitoring_service = 5;
Type | Description |
String | The desiredMonitoringService. |
getDesiredMonitoringServiceBytes()
public ByteString getDesiredMonitoringServiceBytes()
The monitoring service the cluster should use to write metrics. Currently available options:
- "monitoring.googleapis.com/kubernetes" - The Cloud Monitoring service with a Kubernetes-native resource model
monitoring.googleapis.com
- The legacy Cloud Monitoring service (no longer available as of GKE 1.15).none
- No metrics will be exported from the cluster. If left as an empty string,monitoring.googleapis.com/kubernetes
will be used for GKE 1.14+ ormonitoring.googleapis.com
for earlier versions.
string desired_monitoring_service = 5;
Type | Description |
ByteString | The bytes for desiredMonitoringService. |
getDesiredNodePoolAutoscaling()
public NodePoolAutoscaling getDesiredNodePoolAutoscaling()
Autoscaler configuration for the node pool specified in desired_node_pool_id. If there is only one pool in the cluster and desired_node_pool_id is not provided then the change applies to that single node pool.
.google.container.v1.NodePoolAutoscaling desired_node_pool_autoscaling = 9;
Type | Description |
NodePoolAutoscaling | The desiredNodePoolAutoscaling. |
getDesiredNodePoolAutoscalingOrBuilder()
public NodePoolAutoscalingOrBuilder getDesiredNodePoolAutoscalingOrBuilder()
Autoscaler configuration for the node pool specified in desired_node_pool_id. If there is only one pool in the cluster and desired_node_pool_id is not provided then the change applies to that single node pool.
.google.container.v1.NodePoolAutoscaling desired_node_pool_autoscaling = 9;
Type | Description |
NodePoolAutoscalingOrBuilder |
getDesiredNodePoolId()
public String getDesiredNodePoolId()
The node pool to be upgraded. This field is mandatory if "desired_node_version", "desired_image_family" or "desired_node_pool_autoscaling" is specified and there is more than one node pool on the cluster.
string desired_node_pool_id = 7;
Type | Description |
String | The desiredNodePoolId. |
getDesiredNodePoolIdBytes()
public ByteString getDesiredNodePoolIdBytes()
The node pool to be upgraded. This field is mandatory if "desired_node_version", "desired_image_family" or "desired_node_pool_autoscaling" is specified and there is more than one node pool on the cluster.
string desired_node_pool_id = 7;
Type | Description |
ByteString | The bytes for desiredNodePoolId. |
getDesiredNodeVersion()
public String getDesiredNodeVersion()
The Kubernetes version to change the nodes to (typically an upgrade). Users may specify either explicit versions offered by Kubernetes Engine or version aliases, which have the following behavior:
- "latest": picks the highest valid Kubernetes version
- "1.X": picks the highest valid patch+gke.N patch in the 1.X version
- "1.X.Y": picks the highest valid gke.N patch in the 1.X.Y version
- "1.X.Y-gke.N": picks an explicit Kubernetes version
- "-": picks the Kubernetes master version
string desired_node_version = 4;
Type | Description |
String | The desiredNodeVersion. |
getDesiredNodeVersionBytes()
public ByteString getDesiredNodeVersionBytes()
The Kubernetes version to change the nodes to (typically an upgrade). Users may specify either explicit versions offered by Kubernetes Engine or version aliases, which have the following behavior:
- "latest": picks the highest valid Kubernetes version
- "1.X": picks the highest valid patch+gke.N patch in the 1.X version
- "1.X.Y": picks the highest valid gke.N patch in the 1.X.Y version
- "1.X.Y-gke.N": picks an explicit Kubernetes version
- "-": picks the Kubernetes master version
string desired_node_version = 4;
Type | Description |
ByteString | The bytes for desiredNodeVersion. |
getDesiredNotificationConfig()
public NotificationConfig getDesiredNotificationConfig()
The desired notification configuration.
.google.container.v1.NotificationConfig desired_notification_config = 55;
Type | Description |
NotificationConfig | The desiredNotificationConfig. |
getDesiredNotificationConfigOrBuilder()
public NotificationConfigOrBuilder getDesiredNotificationConfigOrBuilder()
The desired notification configuration.
.google.container.v1.NotificationConfig desired_notification_config = 55;
Type | Description |
NotificationConfigOrBuilder |
getDesiredPrivateClusterConfig()
public PrivateClusterConfig getDesiredPrivateClusterConfig()
The desired private cluster configuration.
.google.container.v1.PrivateClusterConfig desired_private_cluster_config = 25;
Type | Description |
PrivateClusterConfig | The desi |