ClusterMetadata class

Information about the GKE cluster from which this Backup was created.

Constructors

ClusterMetadata({String? anthosVersion, Map<String, String>? backupCrdVersions, String? cluster, String? gkeVersion, String? k8sVersion})
ClusterMetadata.fromJson(Map json_)

Properties

anthosVersion String?
Anthos version
getter/setter pair
backupCrdVersions Map<String, String>?
A list of the Backup for GKE CRD versions found in the cluster.
getter/setter pair
cluster String?
The source cluster from which this Backup was created.
getter/setter pair
gkeVersion String?
GKE version
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
k8sVersion String?
The Kubernetes server version of the source 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