Class: Google::Cloud::Container::V1beta1::AddonsConfig

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

Overview

Configuration for the addons that can be automatically spun up in the cluster, enabling additional functionality.

Instance Attribute Summary collapse

Instance Attribute Details

#cloud_run_config::Google::Cloud::Container::V1beta1::CloudRunConfig

Returns Configuration for the Cloud Run addon. The IstioConfig addon must be enabled in order to enable Cloud Run addon. This option can only be enabled at cluster creation time.

Returns:



509
510
511
512
# File 'proto_docs/google/container/v1beta1/cluster_service.rb', line 509

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

#config_connector_config::Google::Cloud::Container::V1beta1::ConfigConnectorConfig

Returns Configuration for the ConfigConnector add-on, a Kubernetes extension to manage hosted GCP services through the Kubernetes API.

Returns:



509
510
511
512
# File 'proto_docs/google/container/v1beta1/cluster_service.rb', line 509

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

#dns_cache_config::Google::Cloud::Container::V1beta1::DnsCacheConfig

Returns Configuration for NodeLocalDNS, a dns cache running on cluster nodes.

Returns:



509
510
511
512
# File 'proto_docs/google/container/v1beta1/cluster_service.rb', line 509

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

#gce_persistent_disk_csi_driver_config::Google::Cloud::Container::V1beta1::GcePersistentDiskCsiDriverConfig

Returns Configuration for the Compute Engine Persistent Disk CSI driver.

Returns:



509
510
511
512
# File 'proto_docs/google/container/v1beta1/cluster_service.rb', line 509

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

#horizontal_pod_autoscaling::Google::Cloud::Container::V1beta1::HorizontalPodAutoscaling

Returns Configuration for the horizontal pod autoscaling feature, which increases or decreases the number of replica pods a replication controller has based on the resource usage of the existing pods.

Returns:



509
510
511
512
# File 'proto_docs/google/container/v1beta1/cluster_service.rb', line 509

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

#http_load_balancing::Google::Cloud::Container::V1beta1::HttpLoadBalancing

Returns Configuration for the HTTP (L7) load balancing controller addon, which makes it easy to set up HTTP load balancers for services in a cluster.

Returns:



509
510
511
512
# File 'proto_docs/google/container/v1beta1/cluster_service.rb', line 509

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

#istio_config::Google::Cloud::Container::V1beta1::IstioConfig

Returns Configuration for Istio, an open platform to connect, manage, and secure microservices.

Returns:



509
510
511
512
# File 'proto_docs/google/container/v1beta1/cluster_service.rb', line 509

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

#kalm_config::Google::Cloud::Container::V1beta1::KalmConfig

Returns Configuration for the KALM addon, which manages the lifecycle of k8s applications.

Returns:



509
510
511
512
# File 'proto_docs/google/container/v1beta1/cluster_service.rb', line 509

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

#kubernetes_dashboard::Google::Cloud::Container::V1beta1::KubernetesDashboard

Returns Configuration for the Kubernetes Dashboard. This addon is deprecated, and will be disabled in 1.15. It is recommended to use the Cloud Console to manage and monitor your Kubernetes clusters, workloads and applications. For more information, see: https://cloud.google.com/kubernetes-engine/docs/concepts/dashboards.

Returns:



509
510
511
512
# File 'proto_docs/google/container/v1beta1/cluster_service.rb', line 509

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

#network_policy_config::Google::Cloud::Container::V1beta1::NetworkPolicyConfig

Returns Configuration for NetworkPolicy. This only tracks whether the addon is enabled or not on the Master, it does not track whether network policy is enabled for the nodes.

Returns:



509
510
511
512
# File 'proto_docs/google/container/v1beta1/cluster_service.rb', line 509

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