Class: Google::Cloud::Container::V1beta1::HorizontalPodAutoscaling
- Inherits:
-
Object
- Object
- Google::Cloud::Container::V1beta1::HorizontalPodAutoscaling
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/container/v1beta1/cluster_service.rb
Overview
Configuration options 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.
Instance Attribute Summary collapse
-
#disabled ⇒ ::Boolean
Whether the Horizontal Pod Autoscaling feature is enabled in the cluster.
Instance Attribute Details
#disabled ⇒ ::Boolean
Returns Whether the Horizontal Pod Autoscaling feature is enabled in the cluster. When enabled, it ensures that metrics are collected into Stackdriver Monitoring.
845 846 847 848 |
# File 'proto_docs/google/container/v1beta1/cluster_service.rb', line 845 class HorizontalPodAutoscaling include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |