Kubernetes Engine V1 API - Class Google::Cloud::Container::V1::BlueGreenSettings::StandardRolloutPolicy (v1.6.0)

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.

    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
Parameter
  • 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.

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.

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

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

    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.

#batch_soak_duration

def batch_soak_duration() -> ::Google::Protobuf::Duration
Returns

#batch_soak_duration=

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