共用方式為


NodeInfo interface

Kubernetes 節點資訊

屬性

ipConfiguration

Kubernetes 節點的IP組態。

name

節點名稱。 注意:這個屬性不會串行化。 它只能由伺服器填入。

type

節點類型 - 主要/背景工作角色注意:此屬性將不會串行化。 它只能由伺服器填入。

屬性詳細資料

ipConfiguration

Kubernetes 節點的IP組態。

ipConfiguration?: KubernetesIPConfiguration[]

屬性值

name

節點名稱。 注意:這個屬性不會串行化。 它只能由伺服器填入。

name?: string

屬性值

string

type

節點類型 - 主要/背景工作角色注意:此屬性將不會串行化。 它只能由伺服器填入。

type?: string

屬性值

string