Class: Google::Apis::ContainerV1beta1::VerticalPodAutoscaling

Inherits:
Object
  • Object
show all
Includes:
Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
Defined in:
generated/google/apis/container_v1beta1/classes.rb,
generated/google/apis/container_v1beta1/representations.rb,
generated/google/apis/container_v1beta1/representations.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 Method Summary collapse

Methods included from Google::Apis::Core::JsonObjectSupport

#to_json

Methods included from Google::Apis::Core::Hashable

process_value, #to_h

Constructor Details

#initialize(**args) ⇒ VerticalPodAutoscaling

Returns a new instance of VerticalPodAutoscaling.



4698
4699
4700
# File 'generated/google/apis/container_v1beta1/classes.rb', line 4698

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#enabledBoolean Also known as: enabled?

Enables vertical pod autoscaling. Corresponds to the JSON property enabled

Returns:

  • (Boolean)


4695
4696
4697
# File 'generated/google/apis/container_v1beta1/classes.rb', line 4695

def enabled
  @enabled
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



4703
4704
4705
# File 'generated/google/apis/container_v1beta1/classes.rb', line 4703

def update!(**args)
  @enabled = args[:enabled] if args.key?(:enabled)
end