NodeInfo interface

Kubernetes node info

Properties

ipConfiguration

IP Configuration of the Kubernetes node.

name

Node name.

type

Node type - Master/Worker

Property Details

ipConfiguration

IP Configuration of the Kubernetes node.

ipConfiguration?: KubernetesIPConfiguration[]

Property Value

name

Node name.

name?: string

Property Value

string

type

Node type - Master/Worker

type?: string

Property Value

string