BareMetalNodePoolConfigResponse

data class BareMetalNodePoolConfigResponse(val kubeletConfig: BareMetalKubeletConfigResponse, val labels: Map<String, String>, val nodeConfigs: List<BareMetalNodeConfigResponse>, val operatingSystem: String, val taints: List<NodeTaintResponse>)

BareMetalNodePoolConfig describes the configuration of all nodes within a given bare metal node pool.

Constructors

Link copied to clipboard

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The modifiable kubelet configurations for the baremetal machines.

Link copied to clipboard

The labels assigned to nodes of this node pool. An object containing a list of key/value pairs. Example: { "name": "wrench", "mass": "1.3kg", "count": "3" }.

Link copied to clipboard

The list of machine addresses in the bare metal node pool.

Link copied to clipboard

Specifies the nodes operating system (default: LINUX).

Link copied to clipboard

The initial taints assigned to nodes of this node pool.