ManagedCluster class
Cluster that is managed by the workflow.
Constructors
-
ManagedCluster({String? clusterName, ClusterConfig? config, Map<
String, String> ? labels}) - ManagedCluster.fromJson(Map json_)
Properties
- clusterName ↔ String?
-
The cluster name prefix.
getter/setter pair
- config ↔ ClusterConfig?
-
The cluster configuration.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
-
labels
↔ Map<
String, String> ? -
The labels to associate with this cluster.Label keys must be between 1 and
63 characters long, and must conform to the following PCRE regular
expression: \p{Ll}\p{Lo}{0,62}Label values must be between 1 and 63
characters long, and must conform to the following PCRE regular
expression: \p{Ll}\p{Lo}\p{N}_-{0,63}No more than 32 labels can be
associated with a given cluster.
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