Reference documentation and code samples for the Kubernetes Engine V1 API class Google::Cloud::Container::V1::BlueGreenSettings::StandardRolloutPolicy.
Standard rollout policy is the default policy for blue-green.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#batch_node_count
def batch_node_count() -> ::Integer
Returns
- (::Integer) — Number of blue nodes to drain in a batch.
#batch_node_count=
def batch_node_count=(value) -> ::Integer
Parameter
- value (::Integer) — Number of blue nodes to drain in a batch.
Returns
- (::Integer) — Number of blue nodes to drain in a batch.
#batch_percentage
def batch_percentage() -> ::Float
Returns
- (::Float) — Percentage of the blue pool nodes to drain in a batch. The range of this field should be (0.0, 1.0].
#batch_percentage=
def batch_percentage=(value) -> ::Float
Parameter
- value (::Float) — 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].
#batch_soak_duration
def batch_soak_duration() -> ::Google::Protobuf::Duration
Returns
- (::Google::Protobuf::Duration) — Soak time after each batch gets drained. Default to zero.
#batch_soak_duration=
def batch_soak_duration=(value) -> ::Google::Protobuf::Duration
Parameter
- value (::Google::Protobuf::Duration) — Soak time after each batch gets drained. Default to zero.
Returns
- (::Google::Protobuf::Duration) — Soak time after each batch gets drained. Default to zero.