Class: Google::Container::V1::AddonsConfig

Inherits:
Object
  • Object
show all
Defined in:
lib/google/cloud/container/v1/doc/google/container/v1/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_configGoogle::Container::V1::CloudRunConfig

Returns Configuration for the Cloud Run addon, which allows the user to use a managed Knative service.

Returns:



265
# File 'lib/google/cloud/container/v1/doc/google/container/v1/cluster_service.rb', line 265

class AddonsConfig; end

#horizontal_pod_autoscalingGoogle::Container::V1::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:

  • (Google::Container::V1::HorizontalPodAutoscaling)

    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.



265
# File 'lib/google/cloud/container/v1/doc/google/container/v1/cluster_service.rb', line 265

class AddonsConfig; end

#http_load_balancingGoogle::Container::V1::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:



265
# File 'lib/google/cloud/container/v1/doc/google/container/v1/cluster_service.rb', line 265

class AddonsConfig; end

#kubernetes_dashboardGoogle::Container::V1::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:



265
# File 'lib/google/cloud/container/v1/doc/google/container/v1/cluster_service.rb', line 265

class AddonsConfig; end

#network_policy_configGoogle::Container::V1::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:

  • (Google::Container::V1::NetworkPolicyConfig)

    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.



265
# File 'lib/google/cloud/container/v1/doc/google/container/v1/cluster_service.rb', line 265

class AddonsConfig; end