Class: Google::Cloud::Container::V1beta1::BlueGreenSettings::AutoscaledRolloutPolicy

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/container/v1beta1/cluster_service.rb

Overview

Autoscaled rollout policy utilizes the cluster autoscaler during blue-green upgrade to scale both the blue and green pools.

Instance Attribute Summary collapse

Instance Attribute Details

#wait_for_drain_duration::Google::Protobuf::Duration

Returns Optional. Time to wait after cordoning the blue pool before draining the nodes. Defaults to 3 days. The value can be set between 0 and 7 days, inclusive.

Returns:

  • (::Google::Protobuf::Duration)

    Optional. Time to wait after cordoning the blue pool before draining the nodes. Defaults to 3 days. The value can be set between 0 and 7 days, inclusive.



4975
4976
4977
4978
# File 'proto_docs/google/container/v1beta1/cluster_service.rb', line 4975

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