Fleet class

Fleet is the fleet configuration for the cluster.

Constructors

Fleet({String? membership, bool? preRegistered, String? project})
Fleet.fromJson(Map json_)

Properties

hashCode int
The hash code for this object.
no setterinherited
membership String?
The full resource name of the registered fleet membership of the cluster, in the format //gkehub.googleapis.com/projects / * /locations / * /memberships / * .
getter/setter pair
preRegistered bool?
Whether the cluster has been registered through the fleet API.
getter/setter pair
project String?
The Fleet host project(project ID or project number) where this cluster will be registered to.
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