public static final class GetGovernanceKubernetesClusterResponseBody.Data.Builder extends Object
public GetGovernanceKubernetesClusterResponseBody.Data.Builder clusterId(String clusterId)
The ID of the instance.
example:cd23228b3c80c4d4f9ad7af1d87cc30d5
public GetGovernanceKubernetesClusterResponseBody.Data.Builder clusterName(String clusterName)
The name of the instance.
example:myCluster
public GetGovernanceKubernetesClusterResponseBody.Data.Builder k8sVersion(String k8sVersion)
The version of Kubernetes.
example:1.20.11-aliyun.1
public GetGovernanceKubernetesClusterResponseBody.Data.Builder namespaceInfos(String namespaceInfos)
The information of the namespace.
example:[{"Name":"ack-onepilot","Tags":null},{"Name":"default","Tags":{"mse-enable":"enabled"}},{"Name":"kube-node-lease","Tags":null},{"Name":"kube-public","Tags":null},{"Name":"kube-system","Tags":null}]
public GetGovernanceKubernetesClusterResponseBody.Data.Builder namespaces(List<GetGovernanceKubernetesClusterResponseBody.Namespaces> namespaces)
The queried namespaces.
public GetGovernanceKubernetesClusterResponseBody.Data.Builder pilotStartTime(String pilotStartTime)
The time when the pilot component was started.
example:2022-01-11T11:50:38.000+0000
public GetGovernanceKubernetesClusterResponseBody.Data.Builder pilotVersion(String pilotVersion)
public GetGovernanceKubernetesClusterResponseBody.Data.Builder region(String region)
The ID of the region in which the instance resides. The region is supported by MSE.
example:cn-hangzhou
public GetGovernanceKubernetesClusterResponseBody.Data.Builder updateTime(String updateTime)
The time of the last modification.
example:2022-01-12T05:24:31.000+0000
public GetGovernanceKubernetesClusterResponseBody.Data.Builder versionLifeCycle(String versionLifeCycle)
public GetGovernanceKubernetesClusterResponseBody.Data build()
Copyright © 2026. All rights reserved.