GkeCluster class
Information specifying a GKE Cluster.
Constructors
- GkeCluster({String? cluster, bool? internalIp, String? proxyUrl})
- GkeCluster.fromJson(Map json_)
Properties
- cluster ↔ String?
-
Information specifying a GKE Cluster.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- internalIp ↔ bool?
-
If true,
cluster
is accessed using the private IP address of the control plane endpoint.getter/setter pair - proxyUrl ↔ String?
-
If set, used to configure a
proxy
to the Kubernetes server.
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