- 2.56.0 (latest)
- 2.55.0
- 2.54.0
- 2.52.0
- 2.51.0
- 2.50.0
- 2.49.0
- 2.48.0
- 2.47.0
- 2.46.0
- 2.45.0
- 2.44.0
- 2.43.0
- 2.42.0
- 2.40.0
- 2.39.0
- 2.38.0
- 2.37.0
- 2.36.0
- 2.35.0
- 2.34.0
- 2.33.0
- 2.32.0
- 2.31.0
- 2.30.0
- 2.27.0
- 2.26.0
- 2.25.0
- 2.24.0
- 2.23.0
- 2.22.0
- 2.21.0
- 2.20.0
- 2.19.0
- 2.18.0
- 2.17.0
- 2.16.0
- 2.15.0
- 2.14.0
- 2.13.0
- 2.12.0
- 2.11.0
- 2.10.0
- 2.9.0
- 2.8.0
- 2.7.0
- 2.6.0
- 2.5.2
- 2.4.1
- 2.3.8
public interface ClusterUpdateOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getAdditionalPodRangesConfig()
public abstract AdditionalPodRangesConfig getAdditionalPodRangesConfig()
The additional pod ranges to be added to the cluster. These pod ranges can be used by node pools to allocate pod IPs.
.google.container.v1.AdditionalPodRangesConfig additional_pod_ranges_config = 120;
Returns | |
---|---|
Type | Description |
AdditionalPodRangesConfig | The additionalPodRangesConfig. |
getAdditionalPodRangesConfigOrBuilder()
public abstract AdditionalPodRangesConfigOrBuilder getAdditionalPodRangesConfigOrBuilder()
The additional pod ranges to be added to the cluster. These pod ranges can be used by node pools to allocate pod IPs.
.google.container.v1.AdditionalPodRangesConfig additional_pod_ranges_config = 120;
Returns | |
---|---|
Type | Description |
AdditionalPodRangesConfigOrBuilder |
getDesiredAddonsConfig()
public abstract AddonsConfig getDesiredAddonsConfig()
Configurations for the various addons available to run in the cluster.
.google.container.v1.AddonsConfig desired_addons_config = 6;
Returns | |
---|---|
Type | Description |
AddonsConfig | The desiredAddonsConfig. |
getDesiredAddonsConfigOrBuilder()
public abstract AddonsConfigOrBuilder getDesiredAddonsConfigOrBuilder()
Configurations for the various addons available to run in the cluster.
.google.container.v1.AddonsConfig desired_addons_config = 6;
Returns | |
---|---|
Type | Description |
AddonsConfigOrBuilder |
getDesiredAuthenticatorGroupsConfig()
public abstract AuthenticatorGroupsConfig getDesiredAuthenticatorGroupsConfig()
The desired authenticator groups config for the cluster.
.google.container.v1.AuthenticatorGroupsConfig desired_authenticator_groups_config = 63;
Returns | |
---|---|
Type | Description |
AuthenticatorGroupsConfig | The desiredAuthenticatorGroupsConfig. |
getDesiredAuthenticatorGroupsConfigOrBuilder()
public abstract AuthenticatorGroupsConfigOrBuilder getDesiredAuthenticatorGroupsConfigOrBuilder()
The desired authenticator groups config for the cluster.
.google.container.v1.AuthenticatorGroupsConfig desired_authenticator_groups_config = 63;
Returns | |
---|---|
Type | Description |
AuthenticatorGroupsConfigOrBuilder |
getDesiredBinaryAuthorization()
public abstract BinaryAuthorization getDesiredBinaryAuthorization()
The desired configuration options for the Binary Authorization feature.
.google.container.v1.BinaryAuthorization desired_binary_authorization = 16;
Returns | |
---|---|
Type | Description |
BinaryAuthorization | The desiredBinaryAuthorization. |
getDesiredBinaryAuthorizationOrBuilder()
public abstract BinaryAuthorizationOrBuilder getDesiredBinaryAuthorizationOrBuilder()
The desired configuration options for the Binary Authorization feature.
.google.container.v1.BinaryAuthorization desired_binary_authorization = 16;
Returns | |
---|---|
Type | Description |
BinaryAuthorizationOrBuilder |
getDesiredClusterAutoscaling()
public abstract ClusterAutoscaling getDesiredClusterAutoscaling()
Cluster-level autoscaling configuration.
.google.container.v1.ClusterAutoscaling desired_cluster_autoscaling = 15;
Returns | |
---|---|
Type | Description |
ClusterAutoscaling | The desiredClusterAutoscaling. |
getDesiredClusterAutoscalingOrBuilder()
public abstract ClusterAutoscalingOrBuilder getDesiredClusterAutoscalingOrBuilder()
Cluster-level autoscaling configuration.
.google.container.v1.ClusterAutoscaling desired_cluster_autoscaling = 15;
Returns | |
---|---|
Type | Description |
ClusterAutoscalingOrBuilder |
getDesiredCostManagementConfig()
public abstract CostManagementConfig getDesiredCostManagementConfig()
The desired configuration for the fine-grained cost management feature.
.google.container.v1.CostManagementConfig desired_cost_management_config = 49;
Returns | |
---|---|
Type | Description |
CostManagementConfig | The desiredCostManagementConfig. |
getDesiredCostManagementConfigOrBuilder()
public abstract CostManagementConfigOrBuilder getDesiredCostManagementConfigOrBuilder()
The desired configuration for the fine-grained cost management feature.
.google.container.v1.CostManagementConfig desired_cost_management_config = 49;
Returns | |
---|---|
Type | Description |
CostManagementConfigOrBuilder |
getDesiredDatabaseEncryption()
public abstract DatabaseEncryption getDesiredDatabaseEncryption()
Configuration of etcd encryption.
.google.container.v1.DatabaseEncryption desired_database_encryption = 46;
Returns | |
---|---|
Type | Description |
DatabaseEncryption | The desiredDatabaseEncryption. |
getDesiredDatabaseEncryptionOrBuilder()
public abstract DatabaseEncryptionOrBuilder getDesiredDatabaseEncryptionOrBuilder()
Configuration of etcd encryption.
.google.container.v1.DatabaseEncryption desired_database_encryption = 46;
Returns | |
---|---|
Type | Description |
DatabaseEncryptionOrBuilder |
getDesiredDatapathProvider()
public abstract DatapathProvider getDesiredDatapathProvider()
The desired datapath provider for the cluster.
.google.container.v1.DatapathProvider desired_datapath_provider = 50;
Returns | |
---|---|
Type | Description |
DatapathProvider | The desiredDatapathProvider. |
getDesiredDatapathProviderValue()
public abstract int getDesiredDatapathProviderValue()
The desired datapath provider for the cluster.
.google.container.v1.DatapathProvider desired_datapath_provider = 50;
Returns | |
---|---|
Type | Description |
int | The enum numeric value on the wire for desiredDatapathProvider. |
getDesiredDefaultSnatStatus()
public abstract DefaultSnatStatus getDesiredDefaultSnatStatus()
The desired status of whether to disable default sNAT for this cluster.
.google.container.v1.DefaultSnatStatus desired_default_snat_status = 28;
Returns | |
---|---|
Type | Description |
DefaultSnatStatus | The desiredDefaultSnatStatus. |
getDesiredDefaultSnatStatusOrBuilder()
public abstract DefaultSnatStatusOrBuilder getDesiredDefaultSnatStatusOrBuilder()
The desired status of whether to disable default sNAT for this cluster.
.google.container.v1.DefaultSnatStatus desired_default_snat_status = 28;
Returns | |
---|---|
Type | Description |
DefaultSnatStatusOrBuilder |
getDesiredDnsConfig()
public abstract DNSConfig getDesiredDnsConfig()
DNSConfig contains clusterDNS config for this cluster.
.google.container.v1.DNSConfig desired_dns_config = 53;
Returns | |
---|---|
Type | Description |
DNSConfig | The desiredDnsConfig. |
getDesiredDnsConfigOrBuilder()
public abstract DNSConfigOrBuilder getDesiredDnsConfigOrBuilder()
DNSConfig contains clusterDNS config for this cluster.
.google.container.v1.DNSConfig desired_dns_config = 53;
Returns | |
---|---|
Type | Description |
DNSConfigOrBuilder |
getDesiredEnablePrivateEndpoint()
public abstract boolean getDesiredEnablePrivateEndpoint()
Enable/Disable private endpoint for the cluster's master.
optional bool desired_enable_private_endpoint = 71;
Returns | |
---|---|
Type | Description |
boolean | The desiredEnablePrivateEndpoint. |
getDesiredGatewayApiConfig()
public abstract GatewayAPIConfig getDesiredGatewayApiConfig()
The desired config of Gateway API on this cluster.
.google.container.v1.GatewayAPIConfig desired_gateway_api_config = 114;
Returns | |
---|---|
Type | Description |
GatewayAPIConfig | The desiredGatewayApiConfig. |
getDesiredGatewayApiConfigOrBuilder()
public abstract GatewayAPIConfigOrBuilder getDesiredGatewayApiConfigOrBuilder()
The desired config of Gateway API on this cluster.
.google.container.v1.GatewayAPIConfig desired_gateway_api_config = 114;
Returns | |
---|---|
Type | Description |
GatewayAPIConfigOrBuilder |
getDesiredGcfsConfig()
public abstract GcfsConfig getDesiredGcfsConfig()
The desired GCFS config for the cluster
.google.container.v1.GcfsConfig desired_gcfs_config = 109;
Returns | |
---|---|
Type | Description |
GcfsConfig | The desiredGcfsConfig. |
getDesiredGcfsConfigOrBuilder()
public abstract GcfsConfigOrBuilder getDesiredGcfsConfigOrBuilder()
The desired GCFS config for the cluster
.google.container.v1.GcfsConfig desired_gcfs_config = 109;
Returns | |
---|---|
Type | Description |
GcfsConfigOrBuilder |
getDesiredIdentityServiceConfig()
public abstract IdentityServiceConfig getDesiredIdentityServiceConfig()
The desired Identity Service component configuration.
.google.container.v1.IdentityServiceConfig desired_identity_service_config = 66;
Returns | |
---|---|
Type | Description |
IdentityServiceConfig | The desiredIdentityServiceConfig. |
getDesiredIdentityServiceConfigOrBuilder()
public abstract IdentityServiceConfigOrBuilder getDesiredIdentityServiceConfigOrBuilder()
The desired Identity Service component configuration.
.google.container.v1.IdentityServiceConfig desired_identity_service_config = 66;
Returns | |
---|---|
Type | Description |
IdentityServiceConfigOrBuilder |
getDesiredImageType()
public abstract String getDesiredImageType()
The desired image type for the node pool. NOTE: Set the "desired_node_pool" field as well.
string desired_image_type = 8;
Returns | |
---|---|
Type | Description |
String | The desiredImageType. |
getDesiredImageTypeBytes()
public abstract ByteString getDesiredImageTypeBytes()
The desired image type for the node pool. NOTE: Set the "desired_node_pool" field as well.
string desired_image_type = 8;
Returns | |
---|---|
Type | Description |
ByteString | The bytes for desiredImageType. |
getDesiredIntraNodeVisibilityConfig()
public abstract IntraNodeVisibilityConfig getDesiredIntraNodeVisibilityConfig()
The desired config of Intra-node visibility.
.google.container.v1.IntraNodeVisibilityConfig desired_intra_node_visibility_config = 26;
Returns | |
---|---|
Type | Description |
IntraNodeVisibilityConfig | The desiredIntraNodeVisibilityConfig. |
getDesiredIntraNodeVisibilityConfigOrBuilder()
public abstract IntraNodeVisibilityConfigOrBuilder getDesiredIntraNodeVisibilityConfigOrBuilder()
The desired config of Intra-node visibility.
.google.container.v1.IntraNodeVisibilityConfig desired_intra_node_visibility_config = 26;
Returns | |
---|---|
Type | Description |
IntraNodeVisibilityConfigOrBuilder |
getDesiredL4IlbSubsettingConfig()
public abstract ILBSubsettingConfig getDesiredL4IlbSubsettingConfig()
The desired L4 Internal Load Balancer Subsetting configuration.
.google.container.v1.ILBSubsettingConfig desired_l4ilb_subsetting_config = 39;
Returns | |
---|---|
Type | Description |
ILBSubsettingConfig | The desiredL4ilbSubsettingConfig. |
getDesiredL4IlbSubsettingConfigOrBuilder()
public abstract ILBSubsettingConfigOrBuilder getDesiredL4IlbSubsettingConfigOrBuilder()
The desired L4 Internal Load Balancer Subsetting configuration.
.google.container.v1.ILBSubsettingConfig desired_l4ilb_subsetting_config = 39;
Returns | |
---|---|
Type | Description |
ILBSubsettingConfigOrBuilder |
getDesiredLocations(int index)
public abstract 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;
Parameter | |
---|---|
Name | Description |
index | int The index of the element to return. |
Returns | |
---|---|
Type | Description |
String | The desiredLocations at the given index. |
getDesiredLocationsBytes(int index)
public abstract 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;
Parameter | |
---|---|
Name | Description |
index | int The index of the value to return. |
Returns | |
---|---|
Type | Description |
ByteString | The bytes of the desiredLocations at the given index. |
getDesiredLocationsCount()
public abstract 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;
Returns | |
---|---|
Type | Description |
int | The count of desiredLocations. |
getDesiredLocationsList()
public abstract List<String> 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;
Returns | |
---|---|
Type | Description |
List<String> | A list containing the desiredLocations. |
getDesiredLoggingConfig()
public abstract LoggingConfig getDesiredLoggingConfig()
The desired logging configuration.
.google.container.v1.LoggingConfig desired_logging_config = 64;
Returns | |
---|---|
Type | Description |
LoggingConfig | The desiredLoggingConfig. |
getDesiredLoggingConfigOrBuilder()
public abstract LoggingConfigOrBuilder getDesiredLoggingConfigOrBuilder()
The desired logging configuration.
.google.container.v1.LoggingConfig desired_logging_config = 64;
Returns | |
---|---|
Type | Description |
LoggingConfigOrBuilder |
getDesiredLoggingService()
public abstract 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;
Returns | |
---|---|
Type | Description |
String | The desiredLoggingService. |
getDesiredLoggingServiceBytes()
public abstract 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;
Returns | |
---|---|
Type | Description |
ByteString | The bytes for desiredLoggingService. |
getDesiredMasterAuthorizedNetworksConfig()
public abstract MasterAuthorizedNetworksConfig getDesiredMasterAuthorizedNetworksConfig()
The desired configuration options for master authorized networks feature.
.google.container.v1.MasterAuthorizedNetworksConfig desired_master_authorized_networks_config = 12;
Returns | |
---|---|
Type | Description |
MasterAuthorizedNetworksConfig | The desiredMasterAuthorizedNetworksConfig. |
getDesiredMasterAuthorizedNetworksConfigOrBuilder()
public abstract MasterAuthorizedNetworksConfigOrBuilder getDesiredMasterAuthorizedNetworksConfigOrBuilder()
The desired configuration options for master authorized networks feature.
.google.container.v1.MasterAuthorizedNetworksConfig desired_master_authorized_networks_config = 12;
Returns | |
---|---|
Type | Description |
MasterAuthorizedNetworksConfigOrBuilder |
getDesiredMasterVersion()
public abstract 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;
Returns | |
---|---|
Type | Description |
String | The desiredMasterVersion. |
getDesiredMasterVersionBytes()
public abstract 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;
Returns | |
---|---|
Type | Description |
ByteString | The bytes for desiredMasterVersion. |
getDesiredMeshCertificates()
public abstract MeshCertificates getDesiredMeshCertificates()
Configuration for issuance of mTLS keys and certificates to Kubernetes pods.
.google.container.v1.MeshCertificates desired_mesh_certificates = 67;
Returns | |
---|---|
Type | Description |
MeshCertificates | The desiredMeshCertificates. |
getDesiredMeshCertificatesOrBuilder()
public abstract MeshCertificatesOrBuilder getDesiredMeshCertificatesOrBuilder()
Configuration for issuance of mTLS keys and certificates to Kubernetes pods.
.google.container.v1.MeshCertificates desired_mesh_certificates = 67;
Returns | |
---|---|
Type | Description |
MeshCertificatesOrBuilder |
getDesiredMonitoringConfig()
public abstract MonitoringConfig getDesiredMonitoringConfig()
The desired monitoring configuration.
.google.container.v1.MonitoringConfig desired_monitoring_config = 65;
Returns | |
---|---|
Type | Description |
MonitoringConfig | The desiredMonitoringConfig. |
getDesiredMonitoringConfigOrBuilder()
public abstract MonitoringConfigOrBuilder getDesiredMonitoringConfigOrBuilder()
The desired monitoring configuration.
.google.container.v1.MonitoringConfig desired_monitoring_config = 65;
Returns | |
---|---|
Type | Description |
MonitoringConfigOrBuilder |
getDesiredMonitoringService()
public abstract 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;
Returns | |
---|---|
Type | Description |
String | The desiredMonitoringService. |
getDesiredMonitoringServiceBytes()
public abstract 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;
Returns | |
---|---|
Type | Description |
ByteString | The bytes for desiredMonitoringService. |
getDesiredNodePoolAutoConfigNetworkTags()
public abstract NetworkTags getDesiredNodePoolAutoConfigNetworkTags()
The desired network tags that apply to all auto-provisioned node pools in autopilot clusters and node auto-provisioning enabled clusters.
.google.container.v1.NetworkTags desired_node_pool_auto_config_network_tags = 110;
Returns | |
---|---|
Type | Description |
NetworkTags | The desiredNodePoolAutoConfigNetworkTags. |
getDesiredNodePoolAutoConfigNetworkTagsOrBuilder()
public abstract NetworkTagsOrBuilder getDesiredNodePoolAutoConfigNetworkTagsOrBuilder()
The desired network tags that apply to all auto-provisioned node pools in autopilot clusters and node auto-provisioning enabled clusters.
.google.container.v1.NetworkTags desired_node_pool_auto_config_network_tags = 110;
Returns | |
---|---|
Type | Description |
NetworkTagsOrBuilder |
getDesiredNodePoolAutoscaling()
public abstract 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;
Returns | |
---|---|
Type | Description |
NodePoolAutoscaling | The desiredNodePoolAutoscaling. |
getDesiredNodePoolAutoscalingOrBuilder()
public abstract 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;
Returns | |
---|---|
Type | Description |
NodePoolAutoscalingOrBuilder |
getDesiredNodePoolId()
public abstract 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;
Returns | |
---|---|
Type | Description |
String | The desiredNodePoolId. |
getDesiredNodePoolIdBytes()
public abstract 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;
Returns | |
---|---|
Type | Description |
ByteString | The bytes for desiredNodePoolId. |
getDesiredNodePoolLoggingConfig()
public abstract NodePoolLoggingConfig getDesiredNodePoolLoggingConfig()
The desired node pool logging configuration defaults for the cluster.
.google.container.v1.NodePoolLoggingConfig desired_node_pool_logging_config = 116;
Returns | |
---|---|
Type | Description |
NodePoolLoggingConfig | The desiredNodePoolLoggingConfig. |
getDesiredNodePoolLoggingConfigOrBuilder()
public abstract NodePoolLoggingConfigOrBuilder getDesiredNodePoolLoggingConfigOrBuilder()
The desired node pool logging configuration defaults for the cluster.
.google.container.v1.NodePoolLoggingConfig desired_node_pool_logging_config = 116;
Returns | |
---|---|
Type | Description |
NodePoolLoggingConfigOrBuilder |
getDesiredNodeVersion()
public abstract 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;
Returns | |
---|---|
Type | Description |
String | The desiredNodeVersion. |
getDesiredNodeVersionBytes()
public abstract 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;
Returns | |
---|---|
Type | Description |
ByteString | The bytes for desiredNodeVersion. |
getDesiredNotificationConfig()
public abstract NotificationConfig getDesiredNotificationConfig()
The desired notification configuration.
.google.container.v1.NotificationConfig desired_notification_config = 55;
Returns | |
---|---|
Type | Description |
NotificationConfig | The desiredNotificationConfig. |
getDesiredNotificationConfigOrBuilder()
public abstract NotificationConfigOrBuilder getDesiredNotificationConfigOrBuilder()
The desired notification configuration.
.google.container.v1.NotificationConfig desired_notification_config = 55;
Returns | |
---|---|
Type | Description |
NotificationConfigOrBuilder |
getDesiredPrivateClusterConfig()
public abstract PrivateClusterConfig getDesiredPrivateClusterConfig()
The desired private cluster configuration.
.google.container.v1.PrivateClusterConfig desired_private_cluster_config = 25;
Returns | |
---|---|
Type | Description |
PrivateClusterConfig | The desiredPrivateClusterConfig. |
getDesiredPrivateClusterConfigOrBuilder()
public abstract PrivateClusterConfigOrBuilder getDesiredPrivateClusterConfigOrBuilder()
The desired private cluster configuration.
.google.container.v1.PrivateClusterConfig desired_private_cluster_config = 25;
Returns | |
---|---|
Type | Description |
PrivateClusterConfigOrBuilder |
getDesiredPrivateIpv6GoogleAccess()
public abstract PrivateIPv6GoogleAccess getDesiredPrivateIpv6GoogleAccess()
The desired state of IPv6 connectivity to Google Services.
.google.container.v1.PrivateIPv6GoogleAccess desired_private_ipv6_google_access = 51;
Returns | |
---|---|
Type | Description |
PrivateIPv6GoogleAccess | The desiredPrivateIpv6GoogleAccess. |
getDesiredPrivateIpv6GoogleAccessValue()
public abstract int getDesiredPrivateIpv6GoogleAccessValue()
The desired state of IPv6 connectivity to Google Services.
.google.container.v1.PrivateIPv6GoogleAccess desired_private_ipv6_google_access = 51;
Returns | |
---|---|
Type | Description |
int | The enum numeric value on the wire for desiredPrivateIpv6GoogleAccess. |
getDesiredReleaseChannel()
public abstract ReleaseChannel getDesiredReleaseChannel()
The desired release channel configuration.
.google.container.v1.ReleaseChannel desired_release_channel = 31;
Returns | |
---|---|
Type | Description |
ReleaseChannel | The desiredReleaseChannel. |
getDesiredReleaseChannelOrBuilder()
public abstract ReleaseChannelOrBuilder getDesiredReleaseChannelOrBuilder()
The desired release channel configuration.
.google.container.v1.ReleaseChannel desired_release_channel = 31;
Returns | |
---|---|
Type | Description |
ReleaseChannelOrBuilder |
getDesiredResourceUsageExportConfig()
public abstract ResourceUsageExportConfig getDesiredResourceUsageExportConfig()
The desired configuration for exporting resource usage.
.google.container.v1.ResourceUsageExportConfig desired_resource_usage_export_config = 21;
Returns | |
---|---|
Type | Description |
ResourceUsageExportConfig | The desiredResourceUsageExportConfig. |
getDesiredResourceUsageExportConfigOrBuilder()
public abstract ResourceUsageExportConfigOrBuilder getDesiredResourceUsageExportConfigOrBuilder()
The desired configuration for exporting resource usage.
.google.container.v1.ResourceUsageExportConfig desired_resource_usage_export_config = 21;
Returns | |
---|---|
Type | Description |
ResourceUsageExportConfigOrBuilder |
getDesiredServiceExternalIpsConfig()
public abstract ServiceExternalIPsConfig getDesiredServiceExternalIpsConfig()
ServiceExternalIPsConfig specifies the config for the use of Services with ExternalIPs field.
.google.container.v1.ServiceExternalIPsConfig desired_service_external_ips_config = 60;
Returns | |
---|---|
Type | Description |
ServiceExternalIPsConfig | The desiredServiceExternalIpsConfig. |
getDesiredServiceExternalIpsConfigOrBuilder()
public abstract ServiceExternalIPsConfigOrBuilder getDesiredServiceExternalIpsConfigOrBuilder()
ServiceExternalIPsConfig specifies the config for the use of Services with ExternalIPs field.
.google.container.v1.ServiceExternalIPsConfig desired_service_external_ips_config = 60;
Returns | |
---|---|
Type | Description |
ServiceExternalIPsConfigOrBuilder |
getDesiredShieldedNodes()
public abstract ShieldedNodes getDesiredShieldedNodes()
Configuration for Shielded Nodes.
.google.container.v1.ShieldedNodes desired_shielded_nodes = 48;
Returns | |
---|---|
Type | Description |
ShieldedNodes | The desiredShieldedNodes. |
getDesiredShieldedNodesOrBuilder()
public abstract ShieldedNodesOrBuilder getDesiredShieldedNodesOrBuilder()
Configuration for Shielded Nodes.
.google.container.v1.ShieldedNodes desired_shielded_nodes = 48;
Returns | |
---|---|
Type | Description |
ShieldedNodesOrBuilder |
getDesiredStackType()
public abstract StackType getDesiredStackType()
The desired stack type of the cluster. If a stack type is provided and does not match the current stack type of the cluster, update will attempt to change the stack type to the new type.
.google.container.v1.StackType desired_stack_type = 119;
Returns | |
---|---|
Type | Description |
StackType | The desiredStackType. |
getDesiredStackTypeValue()
public abstract int getDesiredStackTypeValue()
The desired stack type of the cluster. If a stack type is provided and does not match the current stack type of the cluster, update will attempt to change the stack type to the new type.
.google.container.v1.StackType desired_stack_type = 119;
Returns | |
---|---|
Type | Description |
int | The enum numeric value on the wire for desiredStackType. |
getDesiredVerticalPodAutoscaling()
public abstract VerticalPodAutoscaling getDesiredVerticalPodAutoscaling()
Cluster-level Vertical Pod Autoscaling configuration.
.google.container.v1.VerticalPodAutoscaling desired_vertical_pod_autoscaling = 22;
Returns | |
---|---|
Type | Description |
VerticalPodAutoscaling | The desiredVerticalPodAutoscaling. |
getDesiredVerticalPodAutoscalingOrBuilder()
public abstract VerticalPodAutoscalingOrBuilder getDesiredVerticalPodAutoscalingOrBuilder()
Cluster-level Vertical Pod Autoscaling configuration.
.google.container.v1.VerticalPodAutoscaling desired_vertical_pod_autoscaling = 22;
Returns | |
---|---|
Type | Description |
VerticalPodAutoscalingOrBuilder |
getDesiredWorkloadIdentityConfig()
public abstract WorkloadIdentityConfig getDesiredWorkloadIdentityConfig()
Configuration for Workload Identity.
.google.container.v1.WorkloadIdentityConfig desired_workload_identity_config = 47;
Returns | |
---|---|
Type | Description |
WorkloadIdentityConfig | The desiredWorkloadIdentityConfig. |
getDesiredWorkloadIdentityConfigOrBuilder()
public abstract WorkloadIdentityConfigOrBuilder getDesiredWorkloadIdentityConfigOrBuilder()
Configuration for Workload Identity.
.google.container.v1.WorkloadIdentityConfig desired_workload_identity_config = 47;
Returns | |
---|---|
Type | Description |
WorkloadIdentityConfigOrBuilder |
getEtag()
public abstract String getEtag()
The current etag of the cluster. If an etag is provided and does not match the current etag of the cluster, update will be blocked and an ABORTED error will be returned.
string etag = 115;
Returns | |
---|---|
Type | Description |
String | The etag. |
getEtagBytes()
public abstract ByteString getEtagBytes()
The current etag of the cluster. If an etag is provided and does not match the current etag of the cluster, update will be blocked and an ABORTED error will be returned.
string etag = 115;
Returns | |
---|---|
Type | Description |
ByteString | The bytes for etag. |
getRemovedAdditionalPodRangesConfig()
public abstract AdditionalPodRangesConfig getRemovedAdditionalPodRangesConfig()
The additional pod ranges that are to be removed from the cluster. The pod ranges specified here must have been specified earlier in the 'additional_pod_ranges_config' argument.
.google.container.v1.AdditionalPodRangesConfig removed_additional_pod_ranges_config = 121;
Returns | |
---|---|
Type | Description |
AdditionalPodRangesConfig | The removedAdditionalPodRangesConfig. |
getRemovedAdditionalPodRangesConfigOrBuilder()
public abstract AdditionalPodRangesConfigOrBuilder getRemovedAdditionalPodRangesConfigOrBuilder()
The additional pod ranges that are to be removed from the cluster. The pod ranges specified here must have been specified earlier in the 'additional_pod_ranges_config' argument.
.google.container.v1.AdditionalPodRangesConfig removed_additional_pod_ranges_config = 121;
Returns | |
---|---|
Type | Description |
AdditionalPodRangesConfigOrBuilder |
hasAdditionalPodRangesConfig()
public abstract boolean hasAdditionalPodRangesConfig()
The additional pod ranges to be added to the cluster. These pod ranges can be used by node pools to allocate pod IPs.
.google.container.v1.AdditionalPodRangesConfig additional_pod_ranges_config = 120;
Returns | |
---|---|
Type | Description |
boolean | Whether the additionalPodRangesConfig field is set. |
hasDesiredAddonsConfig()
public abstract boolean hasDesiredAddonsConfig()
Configurations for the various addons available to run in the cluster.
.google.container.v1.AddonsConfig desired_addons_config = 6;
Returns | |
---|---|
Type | Description |
boolean | Whether the desiredAddonsConfig field is set. |
hasDesiredAuthenticatorGroupsConfig()
public abstract boolean hasDesiredAuthenticatorGroupsConfig()
The desired authenticator groups config for the cluster.
.google.container.v1.AuthenticatorGroupsConfig desired_authenticator_groups_config = 63;
Returns | |
---|---|
Type | Description |
boolean | Whether the desiredAuthenticatorGroupsConfig field is set. |
hasDesiredBinaryAuthorization()
public abstract boolean hasDesiredBinaryAuthorization()
The desired configuration options for the Binary Authorization feature.
.google.container.v1.BinaryAuthorization desired_binary_authorization = 16;
Returns | |
---|---|
Type | Description |
boolean | Whether the desiredBinaryAuthorization field is set. |
hasDesiredClusterAutoscaling()
public abstract boolean hasDesiredClusterAutoscaling()
Cluster-level autoscaling configuration.
.google.container.v1.ClusterAutoscaling desired_cluster_autoscaling = 15;
Returns | |
---|---|
Type | Description |
boolean | Whether the desiredClusterAutoscaling field is set. |
hasDesiredCostManagementConfig()
public abstract boolean hasDesiredCostManagementConfig()
The desired configuration for the fine-grained cost management feature.
.google.container.v1.CostManagementConfig desired_cost_management_config = 49;
Returns | |
---|---|
Type | Description |
boolean | Whether the desiredCostManagementConfig field is set. |
hasDesiredDatabaseEncryption()
public abstract boolean hasDesiredDatabaseEncryption()
Configuration of etcd encryption.
.google.container.v1.DatabaseEncryption desired_database_encryption = 46;
Returns | |
---|---|
Type | Description |
boolean | Whether the desiredDatabaseEncryption field is set. |
hasDesiredDefaultSnatStatus()
public abstract boolean hasDesiredDefaultSnatStatus()
The desired status of whether to disable default sNAT for this cluster.
.google.container.v1.DefaultSnatStatus desired_default_snat_status = 28;
Returns | |
---|---|
Type | Description |
boolean | Whether the desiredDefaultSnatStatus field is set. |
hasDesiredDnsConfig()
public abstract boolean hasDesiredDnsConfig()
DNSConfig contains clusterDNS config for this cluster.
.google.container.v1.DNSConfig desired_dns_config = 53;
Returns | |
---|---|
Type | Description |
boolean | Whether the desiredDnsConfig field is set. |
hasDesiredEnablePrivateEndpoint()
public abstract boolean hasDesiredEnablePrivateEndpoint()
Enable/Disable private endpoint for the cluster's master.
optional bool desired_enable_private_endpoint = 71;
Returns | |
---|---|
Type | Description |
boolean | Whether the desiredEnablePrivateEndpoint field is set. |
hasDesiredGatewayApiConfig()
public abstract boolean hasDesiredGatewayApiConfig()
The desired config of Gateway API on this cluster.
.google.container.v1.GatewayAPIConfig desired_gateway_api_config = 114;
Returns | |
---|---|
Type | Description |
boolean | Whether the desiredGatewayApiConfig field is set. |
hasDesiredGcfsConfig()
public abstract boolean hasDesiredGcfsConfig()
The desired GCFS config for the cluster
.google.container.v1.GcfsConfig desired_gcfs_config = 109;
Returns | |
---|---|
Type | Description |
boolean | Whether the desiredGcfsConfig field is set. |
hasDesiredIdentityServiceConfig()
public abstract boolean hasDesiredIdentityServiceConfig()
The desired Identity Service component configuration.
.google.container.v1.IdentityServiceConfig desired_identity_service_config = 66;
Returns | |
---|---|
Type | Description |
boolean | Whether the desiredIdentityServiceConfig field is set. |
hasDesiredIntraNodeVisibilityConfig()
public abstract boolean hasDesiredIntraNodeVisibilityConfig()
The desired config of Intra-node visibility.
.google.container.v1.IntraNodeVisibilityConfig desired_intra_node_visibility_config = 26;
Returns | |
---|---|
Type | Description |
boolean | Whether the desiredIntraNodeVisibilityConfig field is set. |
hasDesiredL4IlbSubsettingConfig()
public abstract boolean hasDesiredL4IlbSubsettingConfig()
The desired L4 Internal Load Balancer Subsetting configuration.
.google.container.v1.ILBSubsettingConfig desired_l4ilb_subsetting_config = 39;
Returns | |
---|---|
Type | Description |
boolean | Whether the desiredL4ilbSubsettingConfig field is set. |
hasDesiredLoggingConfig()
public abstract boolean hasDesiredLoggingConfig()
The desired logging configuration.
.google.container.v1.LoggingConfig desired_logging_config = 64;
Returns | |
---|---|
Type | Description |
boolean | Whether the desiredLoggingConfig field is set. |
hasDesiredMasterAuthorizedNetworksConfig()
public abstract boolean hasDesiredMasterAuthorizedNetworksConfig()
The desired configuration options for master authorized networks feature.
.google.container.v1.MasterAuthorizedNetworksConfig desired_master_authorized_networks_config = 12;
Returns | |
---|---|
Type | Description |
boolean | Whether the desiredMasterAuthorizedNetworksConfig field is set. |
hasDesiredMeshCertificates()
public abstract boolean hasDesiredMeshCertificates()
Configuration for issuance of mTLS keys and certificates to Kubernetes pods.
.google.container.v1.MeshCertificates desired_mesh_certificates = 67;
Returns | |
---|---|
Type | Description |
boolean | Whether the desiredMeshCertificates field is set. |
hasDesiredMonitoringConfig()
public abstract boolean hasDesiredMonitoringConfig()
The desired monitoring configuration.
.google.container.v1.MonitoringConfig desired_monitoring_config = 65;
Returns | |
---|---|
Type | Description |
boolean | Whether the desiredMonitoringConfig field is set. |
hasDesiredNodePoolAutoConfigNetworkTags()
public abstract boolean hasDesiredNodePoolAutoConfigNetworkTags()
The desired network tags that apply to all auto-provisioned node pools in autopilot clusters and node auto-provisioning enabled clusters.
.google.container.v1.NetworkTags desired_node_pool_auto_config_network_tags = 110;
Returns | |
---|---|
Type | Description |
boolean | Whether the desiredNodePoolAutoConfigNetworkTags field is set. |
hasDesiredNodePoolAutoscaling()
public abstract boolean hasDesiredNodePoolAutoscaling()
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;
Returns | |
---|---|
Type | Description |
boolean | Whether the desiredNodePoolAutoscaling field is set. |
hasDesiredNodePoolLoggingConfig()
public abstract boolean hasDesiredNodePoolLoggingConfig()
The desired node pool logging configuration defaults for the cluster.
.google.container.v1.NodePoolLoggingConfig desired_node_pool_logging_config = 116;
Returns | |
---|---|
Type | Description |
boolean | Whether the desiredNodePoolLoggingConfig field is set. |
hasDesiredNotificationConfig()
public abstract boolean hasDesiredNotificationConfig()
The desired notification configuration.
.google.container.v1.NotificationConfig desired_notification_config = 55;
Returns | |
---|---|
Type | Description |
boolean | Whether the desiredNotificationConfig field is set. |
hasDesiredPrivateClusterConfig()
public abstract boolean hasDesiredPrivateClusterConfig()
The desired private cluster configuration.
.google.container.v1.PrivateClusterConfig desired_private_cluster_config = 25;
Returns | |
---|---|
Type | Description |
boolean | Whether the desiredPrivateClusterConfig field is set. |
hasDesiredReleaseChannel()
public abstract boolean hasDesiredReleaseChannel()
The desired release channel configuration.
.google.container.v1.ReleaseChannel desired_release_channel = 31;
Returns | |
---|---|
Type | Description |
boolean | Whether the desiredReleaseChannel field is set. |
hasDesiredResourceUsageExportConfig()
public abstract boolean hasDesiredResourceUsageExportConfig()
The desired configuration for exporting resource usage.
.google.container.v1.ResourceUsageExportConfig desired_resource_usage_export_config = 21;
Returns | |
---|---|
Type | Description |
boolean | Whether the desiredResourceUsageExportConfig field is set. |
hasDesiredServiceExternalIpsConfig()
public abstract boolean hasDesiredServiceExternalIpsConfig()
ServiceExternalIPsConfig specifies the config for the use of Services with ExternalIPs field.
.google.container.v1.ServiceExternalIPsConfig desired_service_external_ips_config = 60;
Returns | |
---|---|
Type | Description |
boolean | Whether the desiredServiceExternalIpsConfig field is set. |
hasDesiredShieldedNodes()
public abstract boolean hasDesiredShieldedNodes()
Configuration for Shielded Nodes.
.google.container.v1.ShieldedNodes desired_shielded_nodes = 48;
Returns | |
---|---|
Type | Description |
boolean | Whether the desiredShieldedNodes field is set. |
hasDesiredVerticalPodAutoscaling()
public abstract boolean hasDesiredVerticalPodAutoscaling()
Cluster-level Vertical Pod Autoscaling configuration.
.google.container.v1.VerticalPodAutoscaling desired_vertical_pod_autoscaling = 22;
Returns | |
---|---|
Type | Description |
boolean | Whether the desiredVerticalPodAutoscaling field is set. |
hasDesiredWorkloadIdentityConfig()
public abstract boolean hasDesiredWorkloadIdentityConfig()
Configuration for Workload Identity.
.google.container.v1.WorkloadIdentityConfig desired_workload_identity_config = 47;
Returns | |
---|---|
Type | Description |
boolean | Whether the desiredWorkloadIdentityConfig field is set. |
hasRemovedAdditionalPodRangesConfig()
public abstract boolean hasRemovedAdditionalPodRangesConfig()
The additional pod ranges that are to be removed from the cluster. The pod ranges specified here must have been specified earlier in the 'additional_pod_ranges_config' argument.
.google.container.v1.AdditionalPodRangesConfig removed_additional_pod_ranges_config = 121;
Returns | |
---|---|
Type | Description |
boolean | Whether the removedAdditionalPodRangesConfig field is set. |