class

Configuration::Models::AddonsConfig::ClusterAutoscaler

Inherits YAML::Serializable::Unmapped < YAML::Serializable < Reference < Object

Constructors

new(enabled : Bool = true)
Source
new(*, __context_for_yaml_serializable ctx : YAML::ParseContext, __node_for_yaml_serializable node : YAML::Nodes::Node)
Source

Instance methods

container_image_tag
Source
container_image_tag=(container_image_tag : String)
Source
enabled

Whether the Cluster Autoscaler addon is enabled.

Source
enabled?
Source
local_manifest_path
Source
local_manifest_path=(local_manifest_path : String | Nil)
Source
manifest_url

Manifest URL and image tag moved from global manifests block

Source
manifest_url=(manifest_url : String)

Manifest URL and image tag moved from global manifests block

Source
max_node_provision_time
Source
max_node_provision_time=(max_node_provision_time : String)
Source
scale_down_delay_after_add
Source
scale_down_delay_after_add=(scale_down_delay_after_add : String)
Source
scale_down_delay_after_delete
Source
scale_down_delay_after_delete=(scale_down_delay_after_delete : String)
Source
scale_down_delay_after_failure
Source
scale_down_delay_after_failure=(scale_down_delay_after_failure : String)
Source
scan_interval
Source
scan_interval=(scan_interval : String)
Source