Class: Google::Cloud::Container::V1::VerticalPodAutoscaling
- Inherits:
-
Object
- Object
- Google::Cloud::Container::V1::VerticalPodAutoscaling
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/container/v1/cluster_service.rb
Overview
VerticalPodAutoscaling contains global, per-cluster information required by Vertical Pod Autoscaler to automatically adjust the resources of pods controlled by it.
Instance Attribute Summary collapse
-
#enabled ⇒ ::Boolean
Enables vertical pod autoscaling.
Instance Attribute Details
#enabled ⇒ ::Boolean
Returns Enables vertical pod autoscaling.
4961 4962 4963 4964 |
# File 'proto_docs/google/container/v1/cluster_service.rb', line 4961 class VerticalPodAutoscaling include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |