Class: Google::Cloud::Container::V1::BlueGreenSettings::StandardRolloutPolicy
- Inherits:
-
Object
- Object
- Google::Cloud::Container::V1::BlueGreenSettings::StandardRolloutPolicy
- 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
-
#batch_node_count ⇒ ::Integer
Number of blue nodes to drain in a batch.
-
#batch_percentage ⇒ ::Float
Percentage of the blue pool nodes to drain in a batch.
-
#batch_soak_duration ⇒ ::Google::Protobuf::Duration
Soak time after each batch gets drained.
Instance Attribute Details
#batch_node_count ⇒ ::Integer
Returns Number of blue nodes to drain in a batch.
2690 2691 2692 2693 |
# File 'proto_docs/google/container/v1/cluster_service.rb', line 2690 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].
2690 2691 2692 2693 |
# File 'proto_docs/google/container/v1/cluster_service.rb', line 2690 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.
2690 2691 2692 2693 |
# File 'proto_docs/google/container/v1/cluster_service.rb', line 2690 class StandardRolloutPolicy include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |