VMware Node Pool Config
data class VMwareNodePoolConfig(val bootDiskSizeGb: Int? = null, val cpus: Int? = null, val enableLoadBalancer: Boolean? = null, val image: String? = null, val imageType: String, val labels: Map<String, String>? = null, val memoryMb: Int? = null, val replicas: Int? = null, val taints: List<VMwareNodePoolConfigTaint>? = null, val vsphereConfigs: List<VMwareNodePoolConfigVsphereConfig>? = null)
Constructors
Link copied to clipboard
fun VMwareNodePoolConfig(bootDiskSizeGb: Int? = null, cpus: Int? = null, enableLoadBalancer: Boolean? = null, image: String? = null, imageType: String, labels: Map<String, String>? = null, memoryMb: Int? = null, replicas: Int? = null, taints: List<VMwareNodePoolConfigTaint>? = null, vsphereConfigs: List<VMwareNodePoolConfigVsphereConfig>? = null)
Types
Properties
Link copied to clipboard
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.