KubernetesClusterNode interface

KubernetesClusterNode represents the details of a node in a Kubernetes cluster.

Properties

agentPoolId

The resource ID of the agent pool that this node belongs to. This value is not represented on control plane nodes.

availabilityZone

The availability zone this node is running within.

bareMetalMachineId

The resource ID of the bare metal machine that hosts this node.

cpuCores

The number of CPU cores configured for this node, derived from the VM SKU specified.

detailedStatus

The detailed state of this node.

detailedStatusMessage

The descriptive message about the current detailed status.

diskSizeGB

The size of the disk configured for this node. Allocations are measured in gibibytes.

image

The machine image used to deploy this node.

kubernetesVersion

The currently running version of Kubernetes and bundled features running on this node.

labels

The list of labels on this node that have been assigned to the agent pool containing this node.

memorySizeGB

The amount of memory configured for this node, derived from the vm SKU specified. Allocations are measured in gibibytes.

mode

The mode of the agent pool containing this node. Not applicable for control plane nodes.

name

The name of this node, as realized in the Kubernetes cluster.

networkAttachments

The NetworkAttachments made to this node.

powerState

The power state of this node.

role

The role of this node in the cluster.

taints

The list of taints that have been assigned to the agent pool containing this node.

vmSkuName

The VM SKU name that was used to create this cluster node.

Property Details

agentPoolId

The resource ID of the agent pool that this node belongs to. This value is not represented on control plane nodes.

agentPoolId?: string

Property Value

string

availabilityZone

The availability zone this node is running within.

availabilityZone?: string

Property Value

string

bareMetalMachineId

The resource ID of the bare metal machine that hosts this node.

bareMetalMachineId?: string

Property Value

string

cpuCores

The number of CPU cores configured for this node, derived from the VM SKU specified.

cpuCores?: number

Property Value

number

detailedStatus

The detailed state of this node.

detailedStatus?: string

Property Value

string

detailedStatusMessage

The descriptive message about the current detailed status.

detailedStatusMessage?: string

Property Value

string

diskSizeGB

The size of the disk configured for this node. Allocations are measured in gibibytes.

diskSizeGB?: number

Property Value

number

image

The machine image used to deploy this node.

image?: string

Property Value

string

kubernetesVersion

The currently running version of Kubernetes and bundled features running on this node.

kubernetesVersion?: string

Property Value

string

labels

The list of labels on this node that have been assigned to the agent pool containing this node.

labels?: KubernetesLabel[]

Property Value

memorySizeGB

The amount of memory configured for this node, derived from the vm SKU specified. Allocations are measured in gibibytes.

memorySizeGB?: number

Property Value

number

mode

The mode of the agent pool containing this node. Not applicable for control plane nodes.

mode?: string

Property Value

string

name

The name of this node, as realized in the Kubernetes cluster.

name?: string

Property Value

string

networkAttachments

The NetworkAttachments made to this node.

networkAttachments?: NetworkAttachment[]

Property Value

powerState

The power state of this node.

powerState?: string

Property Value

string

role

The role of this node in the cluster.

role?: string

Property Value

string

taints

The list of taints that have been assigned to the agent pool containing this node.

taints?: KubernetesLabel[]

Property Value

vmSkuName

The VM SKU name that was used to create this cluster node.

vmSkuName?: string

Property Value

string