public sealed class KubernetesMetadata : IMessage<KubernetesMetadata>, IEquatable<KubernetesMetadata>, IDeepCloneable<KubernetesMetadata>, IBufferMessage, IMessage
KubernetesMetadata provides informational metadata for Memberships representing Kubernetes clusters.
Implements
IMessage<KubernetesMetadata>, IEquatable<KubernetesMetadata>, IDeepCloneable<KubernetesMetadata>, IBufferMessage, IMessageNamespace
Google.Cloud.GkeHub.V1Assembly
Google.Cloud.GkeHub.V1.dll
Constructors
KubernetesMetadata()
public KubernetesMetadata()
KubernetesMetadata(KubernetesMetadata)
public KubernetesMetadata(KubernetesMetadata other)
Parameter | |
---|---|
Name | Description |
other | KubernetesMetadata |
Properties
KubernetesApiServerVersion
public string KubernetesApiServerVersion { get; set; }
Output only. Kubernetes API server version string as reported by /version
.
Property Value | |
---|---|
Type | Description |
String |
MemoryMb
public int MemoryMb { get; set; }
Output only. The total memory capacity as reported by the sum of all Kubernetes nodes resources, defined in MB.
Property Value | |
---|---|
Type | Description |
Int32 |
NodeCount
public int NodeCount { get; set; }
Output only. Node count as reported by Kubernetes nodes resources.
Property Value | |
---|---|
Type | Description |
Int32 |
NodeProviderId
public string NodeProviderId { get; set; }
Output only. Node providerID as reported by the first node in the list of nodes on the Kubernetes endpoint. On Kubernetes platforms that support zero-node clusters (like GKE-on-GCP), the node_count will be zero and the node_provider_id will be empty.
Property Value | |
---|---|
Type | Description |
String |
UpdateTime
public Timestamp UpdateTime { get; set; }
Output only. The time at which these details were last updated. This update_time is different from the Membership-level update_time since EndpointDetails are updated internally for API consumers.
Property Value | |
---|---|
Type | Description |
Timestamp |
VcpuCount
public int VcpuCount { get; set; }
Output only. vCPU count as reported by Kubernetes nodes resources.
Property Value | |
---|---|
Type | Description |
Int32 |