Class: Google::Container::V1::AddonsConfig
- Inherits:
-
Object
- Object
- Google::Container::V1::AddonsConfig
- 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
-
#horizontal_pod_autoscaling ⇒ 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.
-
#http_load_balancing ⇒ Google::Container::V1::HttpLoadBalancing
Configuration for the HTTP (L7) load balancing controller addon, which makes it easy to set up HTTP load balancers for services in a cluster.
-
#kubernetes_dashboard ⇒ Google::Container::V1::KubernetesDashboard
Configuration for the Kubernetes Dashboard.
-
#network_policy_config ⇒ Google::Container::V1::NetworkPolicyConfig
Configuration for NetworkPolicy.
Instance Attribute Details
#horizontal_pod_autoscaling ⇒ Google::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.
184 |
# File 'lib/google/cloud/container/v1/doc/google/container/v1/cluster_service.rb', line 184 class AddonsConfig; end |
#http_load_balancing ⇒ Google::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.
184 |
# File 'lib/google/cloud/container/v1/doc/google/container/v1/cluster_service.rb', line 184 class AddonsConfig; end |
#kubernetes_dashboard ⇒ Google::Container::V1::KubernetesDashboard
Returns Configuration for the Kubernetes Dashboard.
184 |
# File 'lib/google/cloud/container/v1/doc/google/container/v1/cluster_service.rb', line 184 class AddonsConfig; end |
#network_policy_config ⇒ Google::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.
184 |
# File 'lib/google/cloud/container/v1/doc/google/container/v1/cluster_service.rb', line 184 class AddonsConfig; end |