Class: Google::Cloud::Container::V1::HorizontalPodAutoscaling

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#disabled::Boolean



885
886
887
888
# File 'proto_docs/google/container/v1/cluster_service.rb', line 885

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