BareMetalParallelUpgradeConfig class
BareMetalParallelUpgradeConfig defines the parallel upgrade settings for worker node pools.
Constructors
- BareMetalParallelUpgradeConfig({int? concurrentNodes, int? minimumAvailableNodes})
- BareMetalParallelUpgradeConfig.fromJson(Map json_)
Properties
- concurrentNodes ↔ int?
-
The maximum number of nodes that can be upgraded at once.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- minimumAvailableNodes ↔ int?
-
The minimum number of nodes that should be healthy and available during an
upgrade.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited