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.

Note: The following fields are mutually exclusive: batch_node_count, batch_percentage. If a field in that set is populated, all other fields in the set will automatically be cleared.

Returns:

  • (::Integer)

    Number of blue nodes to drain in a batch.

    Note: The following fields are mutually exclusive: batch_node_count, batch_percentage. If a field in that set is populated, all other fields in the set will automatically be cleared.



3637
3638
3639
3640
# File 'proto_docs/google/container/v1/cluster_service.rb', line 3637

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].

Note: The following fields are mutually exclusive: batch_percentage, batch_node_count. If a field in that set is populated, all other fields in the set will automatically be cleared.

Returns:

  • (::Float)

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

    Note: The following fields are mutually exclusive: batch_percentage, batch_node_count. If a field in that set is populated, all other fields in the set will automatically be cleared.



3637
3638
3639
3640
# File 'proto_docs/google/container/v1/cluster_service.rb', line 3637

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:



3637
3638
3639
3640
# File 'proto_docs/google/container/v1/cluster_service.rb', line 3637

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