Class: Google::Cloud::Container::V1beta1::NodePool::UpgradeSettings

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/container/v1beta1/cluster_service.rb

Instance Attribute Summary collapse

Instance Attribute Details

#max_surge::Integer

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



2668
2669
2670
2671
# File 'proto_docs/google/container/v1beta1/cluster_service.rb', line 2668

class UpgradeSettings
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#max_unavailable::Integer

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



2668
2669
2670
2671
# File 'proto_docs/google/container/v1beta1/cluster_service.rb', line 2668

class UpgradeSettings
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end