NodeInfo interface
Kubernetes node info
Properties
ip |
IP Configuration of the Kubernetes node. |
name | Node name. NOTE: This property will not be serialized. It can only be populated by the server. |
type | Node type - Master/Worker NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
ipConfiguration
IP Configuration of the Kubernetes node.
ipConfiguration?: KubernetesIPConfiguration[]
Property Value
name
Node name. NOTE: This property will not be serialized. It can only be populated by the server.
name?: string
Property Value
string
type
Node type - Master/Worker NOTE: This property will not be serialized. It can only be populated by the server.
type?: string
Property Value
string