KubernetesMetadata(mapping=None, *, ignore_unknown_fields=False, **kwargs)
KubernetesMetadata provides informational metadata for Memberships representing Kubernetes clusters.
Attributes | |
---|---|
Name | Description |
kubernetes_api_server_version |
str
Output only. Kubernetes API server version string as reported by '/version'. |
node_provider_id |
str
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. |
node_count |
int
Output only. Node count as reported by Kubernetes nodes resources. |
vcpu_count |
int
Output only. vCPU count as reported by Kubernetes nodes resources. |
memory_mb |
int
Output only. The total memory capacity as reported by the sum of all Kubernetes nodes resources, defined in MB. |
update_time |
google.protobuf.timestamp_pb2.Timestamp
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. |