VmwareNodeConfigResponse

data class VmwareNodeConfigResponse(val bootDiskSizeGb: String, val cpus: String, val enableLoadBalancer: Boolean, val image: String, val imageType: String, val labels: Map<String, String>, val memoryMb: String, val replicas: String, val taints: List<NodeTaintResponse>, val vsphereConfig: VmwareVsphereConfigResponse)

Parameters that describe the configuration of all nodes within a given node pool.

Constructors

Link copied to clipboard
fun VmwareNodeConfigResponse(bootDiskSizeGb: String, cpus: String, enableLoadBalancer: Boolean, image: String, imageType: String, labels: Map<String, String>, memoryMb: String, replicas: String, taints: List<NodeTaintResponse>, vsphereConfig: VmwareVsphereConfigResponse)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

VMware disk size to be used during creation.

Link copied to clipboard

The number of CPUs for each node in the node pool.

Link copied to clipboard

Allow node pool traffic to be load balanced. Only works for clusters with MetalLB load balancers.

Link copied to clipboard

The OS image name in vCenter, only valid when using Windows.

Link copied to clipboard

The OS image to be used for each node in a node pool. Currently cos, ubuntu, ubuntu_containerd and windows are supported.

Link copied to clipboard

The map of Kubernetes labels (key/value pairs) to be applied to each node. These will added in addition to any default label(s) that Kubernetes may apply to the node. In case of conflict in label keys, the applied set may differ depending on the Kubernetes version -- it's best to assume the behavior is undefined and conflicts should be avoided. For more information, including usage and the valid values, see: https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/

Link copied to clipboard

The megabytes of memory for each node in the node pool.

Link copied to clipboard

The number of nodes in the node pool.

Link copied to clipboard

The initial taints assigned to nodes of this node pool.

Link copied to clipboard

Specifies the vSphere config for node pool.