Class: Google::Cloud::Container::V1beta1::ClusterUpdate

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/container/v1beta1/cluster_service.rb

Overview

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.

Instance Attribute Summary collapse

Instance Attribute Details

#desired_addons_config::Google::Cloud::Container::V1beta1::AddonsConfig

Returns Configurations for the various addons available to run in the cluster.

Returns:



1584
1585
1586
1587
# File 'proto_docs/google/container/v1beta1/cluster_service.rb', line 1584

class ClusterUpdate
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#desired_authenticator_groups_config::Google::Cloud::Container::V1beta1::AuthenticatorGroupsConfig

Returns AuthenticatorGroupsConfig specifies the config for the cluster security groups settings.

Returns:



1584
1585
1586
1587
# File 'proto_docs/google/container/v1beta1/cluster_service.rb', line 1584

class ClusterUpdate
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#desired_binary_authorization::Google::Cloud::Container::V1beta1::BinaryAuthorization

Returns The desired configuration options for the Binary Authorization feature.

Returns:



1584
1585
1586
1587
# File 'proto_docs/google/container/v1beta1/cluster_service.rb', line 1584

class ClusterUpdate
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#desired_cluster_autoscaling::Google::Cloud::Container::V1beta1::ClusterAutoscaling

Returns Cluster-level autoscaling configuration.

Returns:



1584
1585
1586
1587
# File 'proto_docs/google/container/v1beta1/cluster_service.rb', line 1584

class ClusterUpdate
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#desired_cluster_telemetry::Google::Cloud::Container::V1beta1::ClusterTelemetry

Returns The desired telemetry integration for the cluster.

Returns:



1584
1585
1586
1587
# File 'proto_docs/google/container/v1beta1/cluster_service.rb', line 1584

class ClusterUpdate
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#desired_database_encryption::Google::Cloud::Container::V1beta1::DatabaseEncryption

Returns Configuration of etcd encryption.

Returns:



1584
1585
1586
1587
# File 'proto_docs/google/container/v1beta1/cluster_service.rb', line 1584

class ClusterUpdate
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#desired_datapath_provider::Google::Cloud::Container::V1beta1::DatapathProvider

Returns The desired datapath provider for the cluster.

Returns:



1584
1585
1586
1587
# File 'proto_docs/google/container/v1beta1/cluster_service.rb', line 1584

class ClusterUpdate
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#desired_default_snat_status::Google::Cloud::Container::V1beta1::DefaultSnatStatus

Returns The desired status of whether to disable default sNAT for this cluster.

Returns:



1584
1585
1586
1587
# File 'proto_docs/google/container/v1beta1/cluster_service.rb', line 1584

class ClusterUpdate
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#desired_dns_config::Google::Cloud::Container::V1beta1::DNSConfig

Returns DNSConfig contains clusterDNS config for this cluster.

Returns:



1584
1585
1586
1587
# File 'proto_docs/google/container/v1beta1/cluster_service.rb', line 1584

class ClusterUpdate
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#desired_identity_service_config::Google::Cloud::Container::V1beta1::IdentityServiceConfig

Returns The desired Identity Service component configuration.

Returns:



1584
1585
1586
1587
# File 'proto_docs/google/container/v1beta1/cluster_service.rb', line 1584

class ClusterUpdate
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#desired_image_type::String

Returns The desired image type for the node pool. NOTE: Set the "desired_node_pool" field as well.

Returns:

  • (::String)

    The desired image type for the node pool. NOTE: Set the "desired_node_pool" field as well.



1584
1585
1586
1587
# File 'proto_docs/google/container/v1beta1/cluster_service.rb', line 1584

class ClusterUpdate
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#desired_intra_node_visibility_config::Google::Cloud::Container::V1beta1::IntraNodeVisibilityConfig

Returns The desired config of Intra-node visibility.

Returns:



1584
1585
1586
1587
# File 'proto_docs/google/container/v1beta1/cluster_service.rb', line 1584

class ClusterUpdate
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#desired_l4ilb_subsetting_config::Google::Cloud::Container::V1beta1::ILBSubsettingConfig

Returns The desired L4 Internal Load Balancer Subsetting configuration.

Returns:



1584
1585
1586
1587
# File 'proto_docs/google/container/v1beta1/cluster_service.rb', line 1584

class ClusterUpdate
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#desired_locations::Array<::String>

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

Returns:

  • (::Array<::String>)

    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.



1584
1585
1586
1587
# File 'proto_docs/google/container/v1beta1/cluster_service.rb', line 1584

class ClusterUpdate
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#desired_logging_config::Google::Cloud::Container::V1beta1::LoggingConfig

Returns The desired logging configuration.

Returns:



1584
1585
1586
1587
# File 'proto_docs/google/container/v1beta1/cluster_service.rb', line 1584

class ClusterUpdate
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#desired_logging_service::String

Returns 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 model
  • logging.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+ or logging.googleapis.com for earlier versions.

Returns:

  • (::String)

    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 model
    • logging.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+ or logging.googleapis.com for earlier versions.



1584
1585
1586
1587
# File 'proto_docs/google/container/v1beta1/cluster_service.rb', line 1584

class ClusterUpdate
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#desired_master::Google::Cloud::Container::V1beta1::Master

Returns Configuration for master components.

Returns:



1584
1585
1586
1587
# File 'proto_docs/google/container/v1beta1/cluster_service.rb', line 1584

class ClusterUpdate
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#desired_master_authorized_networks_config::Google::Cloud::Container::V1beta1::MasterAuthorizedNetworksConfig

Returns The desired configuration options for master authorized networks feature.

Returns:



1584
1585
1586
1587
# File 'proto_docs/google/container/v1beta1/cluster_service.rb', line 1584

class ClusterUpdate
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#desired_master_version::String

Returns The Kubernetes version to change the master to. The only valid value is the latest supported version.

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.

Returns:

  • (::String)

    The Kubernetes version to change the master to. The only valid value is the latest supported version.

    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


1584
1585
1586
1587
# File 'proto_docs/google/container/v1beta1/cluster_service.rb', line 1584

class ClusterUpdate
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#desired_monitoring_config::Google::Cloud::Container::V1beta1::MonitoringConfig

Returns The desired monitoring configuration.

Returns:



1584
1585
1586
1587
# File 'proto_docs/google/container/v1beta1/cluster_service.rb', line 1584

class ClusterUpdate
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#desired_monitoring_service::String

Returns 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+ or monitoring.googleapis.com for earlier versions.

Returns:

  • (::String)

    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+ or monitoring.googleapis.com for earlier versions.



1584
1585
1586
1587
# File 'proto_docs/google/container/v1beta1/cluster_service.rb', line 1584

class ClusterUpdate
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#desired_node_pool_autoscaling::Google::Cloud::Container::V1beta1::NodePoolAutoscaling

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

Returns:



1584
1585
1586
1587
# File 'proto_docs/google/container/v1beta1/cluster_service.rb', line 1584

class ClusterUpdate
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#desired_node_pool_id::String

Returns The node pool to be upgraded. This field is mandatory if "desired_node_version", "desired_image_family", "desired_node_pool_autoscaling", or "desired_workload_metadata_config" is specified and there is more than one node pool on the cluster.

Returns:

  • (::String)

    The node pool to be upgraded. This field is mandatory if "desired_node_version", "desired_image_family", "desired_node_pool_autoscaling", or "desired_workload_metadata_config" is specified and there is more than one node pool on the cluster.



1584
1585
1586
1587
# File 'proto_docs/google/container/v1beta1/cluster_service.rb', line 1584

class ClusterUpdate
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#desired_node_version::String

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

Returns:

  • (::String)

    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


1584
1585
1586
1587
# File 'proto_docs/google/container/v1beta1/cluster_service.rb', line 1584

class ClusterUpdate
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#desired_notification_config::Google::Cloud::Container::V1beta1::NotificationConfig

Returns The desired notification configuration.

Returns:



1584
1585
1586
1587
# File 'proto_docs/google/container/v1beta1/cluster_service.rb', line 1584

class ClusterUpdate
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#desired_pod_security_policy_config::Google::Cloud::Container::V1beta1::PodSecurityPolicyConfig

Returns The desired configuration options for the PodSecurityPolicy feature.

Returns:



1584
1585
1586
1587
# File 'proto_docs/google/container/v1beta1/cluster_service.rb', line 1584

class ClusterUpdate
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#desired_private_cluster_config::Google::Cloud::Container::V1beta1::PrivateClusterConfig

Returns The desired private cluster configuration.

Returns:



1584
1585
1586
1587
# File 'proto_docs/google/container/v1beta1/cluster_service.rb', line 1584

class ClusterUpdate
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#desired_private_ipv6_google_access::Google::Cloud::Container::V1beta1::PrivateIPv6GoogleAccess

Returns The desired state of IPv6 connectivity to Google Services.

Returns:



1584
1585
1586
1587
# File 'proto_docs/google/container/v1beta1/cluster_service.rb', line 1584

class ClusterUpdate
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#desired_release_channel::Google::Cloud::Container::V1beta1::ReleaseChannel

Returns The desired release channel configuration.

Returns:



1584
1585
1586
1587
# File 'proto_docs/google/container/v1beta1/cluster_service.rb', line 1584

class ClusterUpdate
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#desired_resource_usage_export_config::Google::Cloud::Container::V1beta1::ResourceUsageExportConfig

Returns The desired configuration for exporting resource usage.

Returns:



1584
1585
1586
1587
# File 'proto_docs/google/container/v1beta1/cluster_service.rb', line 1584

class ClusterUpdate
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#desired_service_external_ips_config::Google::Cloud::Container::V1beta1::ServiceExternalIPsConfig

Returns ServiceExternalIPsConfig specifies the config for the use of Services with ExternalIPs field.

Returns:



1584
1585
1586
1587
# File 'proto_docs/google/container/v1beta1/cluster_service.rb', line 1584

class ClusterUpdate
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#desired_shielded_nodes::Google::Cloud::Container::V1beta1::ShieldedNodes

Returns Configuration for Shielded Nodes.

Returns:



1584
1585
1586
1587
# File 'proto_docs/google/container/v1beta1/cluster_service.rb', line 1584

class ClusterUpdate
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#desired_tpu_config::Google::Cloud::Container::V1beta1::TpuConfig

Returns The desired Cloud TPU configuration.

Returns:



1584
1585
1586
1587
# File 'proto_docs/google/container/v1beta1/cluster_service.rb', line 1584

class ClusterUpdate
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#desired_vertical_pod_autoscaling::Google::Cloud::Container::V1beta1::VerticalPodAutoscaling

Returns Cluster-level Vertical Pod Autoscaling configuration.

Returns:



1584
1585
1586
1587
# File 'proto_docs/google/container/v1beta1/cluster_service.rb', line 1584

class ClusterUpdate
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#desired_workload_certificates::Google::Cloud::Container::V1beta1::WorkloadCertificates

Returns Configuration for issuance of mTLS keys and certificates to Kubernetes pods.

Returns:



1584
1585
1586
1587
# File 'proto_docs/google/container/v1beta1/cluster_service.rb', line 1584

class ClusterUpdate
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#desired_workload_identity_config::Google::Cloud::Container::V1beta1::WorkloadIdentityConfig

Returns Configuration for Workload Identity.

Returns:



1584
1585
1586
1587
# File 'proto_docs/google/container/v1beta1/cluster_service.rb', line 1584

class ClusterUpdate
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end