Class: Google::Cloud::Container::V1beta1::VerticalPodAutoscaling

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/container/v1beta1/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

Instance Attribute Details

#enabled::Boolean

Returns Enables vertical pod autoscaling.

Returns:

  • (::Boolean)

    Enables vertical pod autoscaling.



5198
5199
5200
5201
# File 'proto_docs/google/container/v1beta1/cluster_service.rb', line 5198

class VerticalPodAutoscaling
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end