ClusterUpgradeFleetSpec class

ClusterUpgrade: The configuration for the fleet-level ClusterUpgrade feature.

Constructors

ClusterUpgradeFleetSpec({List<ClusterUpgradeGKEUpgradeOverride>? gkeUpgradeOverrides, ClusterUpgradePostConditions? postConditions, List<String>? upstreamFleets})
ClusterUpgradeFleetSpec.fromJson(Map json_)

Properties

gkeUpgradeOverrides List<ClusterUpgradeGKEUpgradeOverride>?
Allow users to override some properties of each GKE upgrade.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
postConditions ClusterUpgradePostConditions?
Post conditions to evaluate to mark an upgrade COMPLETE.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
upstreamFleets List<String>?
This fleet consumes upgrades that have COMPLETE status code in the upstream fleets.
getter/setter pair

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