Class Google::Cloud::Container::V1beta1::NodePool::UpgradeSettings (v0.8.3)

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#max_surge

def max_surge() -> ::Integer
Returns
  • (::Integer) — The maximum number of nodes that can be created beyond the current size of the node pool during the upgrade process.

#max_surge=

def max_surge=(value) -> ::Integer
Parameter
  • value (::Integer) — The maximum number of nodes that can be created beyond the current size of the node pool during the upgrade process.
Returns
  • (::Integer) — The maximum number of nodes that can be created beyond the current size of the node pool during the upgrade process.

#max_unavailable

def max_unavailable() -> ::Integer
Returns
  • (::Integer) — The maximum number of nodes that can be simultaneously unavailable during the upgrade process. A node is considered available if its status is Ready.

#max_unavailable=

def max_unavailable=(value) -> ::Integer
Parameter
  • value (::Integer) — The maximum number of nodes that can be simultaneously unavailable during the upgrade process. A node is considered available if its status is Ready.
Returns
  • (::Integer) — The maximum number of nodes that can be simultaneously unavailable during the upgrade process. A node is considered available if its status is Ready.