你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
KubernetesClusterInfo interface
Kubernetes cluster configuration
Properties
etcd |
Etcd configuration NOTE: This property will not be serialized. It can only be populated by the server. |
nodes | Kubernetes cluster nodes NOTE: This property will not be serialized. It can only be populated by the server. |
version | Kubernetes cluster version |
Property Details
etcdInfo
Etcd configuration NOTE: This property will not be serialized. It can only be populated by the server.
etcdInfo?: EtcdInfo
Property Value
nodes
Kubernetes cluster nodes NOTE: This property will not be serialized. It can only be populated by the server.
nodes?: NodeInfo[]
Property Value
NodeInfo[]
version
Kubernetes cluster version
version: string
Property Value
string