Class: Google::Cloud::Container::V1::HorizontalPodAutoscaling
- Inherits:
-
Object
- Object
- Google::Cloud::Container::V1::HorizontalPodAutoscaling
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/container/v1/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.
824 825 826 827 |
# File 'proto_docs/google/container/v1/cluster_service.rb', line 824 class HorizontalPodAutoscaling include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |