KubernetesMetadata class

KubernetesMetadata provides informational metadata for Memberships representing Kubernetes clusters.

Constructors

KubernetesMetadata({String? kubernetesApiServerVersion, int? memoryMb, int? nodeCount, String? nodeProviderId, String? updateTime, int? vcpuCount})
KubernetesMetadata.fromJson(Map json_)

Properties

hashCode int
The hash code for this object.
no setterinherited
kubernetesApiServerVersion String?
Kubernetes API server version string as reported by /version.
getter/setter pair
memoryMb int?
The total memory capacity as reported by the sum of all Kubernetes nodes resources, defined in MB.
getter/setter pair
nodeCount int?
Node count as reported by Kubernetes nodes resources.
getter/setter pair
nodeProviderId String?
Node providerID as reported by the first node in the list of nodes on the Kubernetes endpoint.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
updateTime String?
The time at which these details were last updated.
getter/setter pair
vcpuCount int?
vCPU count as reported by Kubernetes nodes resources.
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