Class: Google::Container::V1beta1::AddonsConfig
- Inherits:
-
Object
- Object
- Google::Container::V1beta1::AddonsConfig
- Defined in:
- lib/google/cloud/container/v1beta1/doc/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
-
#cloud_run_config ⇒ Google::Container::V1beta1::CloudRunConfig
Configuration for the Cloud Run addon.
-
#horizontal_pod_autoscaling ⇒ Google::Container::V1beta1::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::V1beta1::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.
-
#istio_config ⇒ Google::Container::V1beta1::IstioConfig
Configuration for Istio, an open platform to connect, manage, and secure microservices.
-
#kubernetes_dashboard ⇒ Google::Container::V1beta1::KubernetesDashboard
Configuration for the Kubernetes Dashboard.
-
#network_policy_config ⇒ Google::Container::V1beta1::NetworkPolicyConfig
Configuration for NetworkPolicy.
Instance Attribute Details
#cloud_run_config ⇒ Google::Container::V1beta1::CloudRunConfig
274 |
# File 'lib/google/cloud/container/v1beta1/doc/google/container/v1beta1/cluster_service.rb', line 274 class AddonsConfig; end |
#horizontal_pod_autoscaling ⇒ Google::Container::V1beta1::HorizontalPodAutoscaling
274 |
# File 'lib/google/cloud/container/v1beta1/doc/google/container/v1beta1/cluster_service.rb', line 274 class AddonsConfig; end |
#http_load_balancing ⇒ Google::Container::V1beta1::HttpLoadBalancing
274 |
# File 'lib/google/cloud/container/v1beta1/doc/google/container/v1beta1/cluster_service.rb', line 274 class AddonsConfig; end |
#istio_config ⇒ Google::Container::V1beta1::IstioConfig
274 |
# File 'lib/google/cloud/container/v1beta1/doc/google/container/v1beta1/cluster_service.rb', line 274 class AddonsConfig; end |
#kubernetes_dashboard ⇒ Google::Container::V1beta1::KubernetesDashboard
274 |
# File 'lib/google/cloud/container/v1beta1/doc/google/container/v1beta1/cluster_service.rb', line 274 class AddonsConfig; end |
#network_policy_config ⇒ Google::Container::V1beta1::NetworkPolicyConfig
274 |
# File 'lib/google/cloud/container/v1beta1/doc/google/container/v1beta1/cluster_service.rb', line 274 class AddonsConfig; end |