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
-
(::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.
#batch_node_count=
def batch_node_count=(value) -> ::Integer
-
value (::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.
-
(::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.
#batch_percentage
def batch_percentage() -> ::Float
-
(::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.
#batch_percentage=
def batch_percentage=(value) -> ::Float
-
value (::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.
-
(::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.
#batch_soak_duration
def batch_soak_duration() -> ::Google::Protobuf::Duration
- (::Google::Protobuf::Duration) — Soak time after each batch gets drained. Default to zero.
#batch_soak_duration=
def batch_soak_duration=(value) -> ::Google::Protobuf::Duration
- value (::Google::Protobuf::Duration) — Soak time after each batch gets drained. Default to zero.
- (::Google::Protobuf::Duration) — Soak time after each batch gets drained. Default to zero.