Kubernetes Engine V1beta1 API - Class Google::Cloud::Container::V1beta1::BlueGreenSettings::StandardRolloutPolicy (v0.20.0)

Reference documentation and code samples for the Kubernetes Engine V1beta1 API class Google::Cloud::Container::V1beta1::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

#batch_soak_duration=

def batch_soak_duration=(value) -> ::Google::Protobuf::Duration
Parameter
Returns