Class: Google::Cloud::Container::V1::BlueGreenSettings::StandardRolloutPolicy

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

Overview

Standard rollout policy is the default policy for blue-green.

Instance Attribute Summary collapse

Instance Attribute Details

#batch_node_count::Integer

Returns Number of blue nodes to drain in a batch.

Returns:

  • (::Integer)

    Number of blue nodes to drain in a batch.



3175
3176
3177
3178
# File 'proto_docs/google/container/v1/cluster_service.rb', line 3175

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

#batch_percentage::Float

Returns Percentage of the blue pool nodes to drain in a batch. The range of this field should be (0.0, 1.0].

Returns:

  • (::Float)

    Percentage of the blue pool nodes to drain in a batch. The range of this field should be (0.0, 1.0].



3175
3176
3177
3178
# File 'proto_docs/google/container/v1/cluster_service.rb', line 3175

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

#batch_soak_duration::Google::Protobuf::Duration

Returns Soak time after each batch gets drained. Default to zero.

Returns:



3175
3176
3177
3178
# File 'proto_docs/google/container/v1/cluster_service.rb', line 3175

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