Name | Type | Description | Notes |
---|---|---|---|
antiAffinityGroups | Set<AntiAffinityGroup> | Nodepool Anti-affinity Groups | [optional] |
description | String | Nodepool description | [optional] |
publicIpAssignment | PublicIpAssignmentEnum | Configures public IP assignment of the Instances with: * IPv4 (`inet4`) addressing only (default); * both IPv4 and IPv6 (`dual`) addressing. | [optional] |
labels | Map<String, String> | [optional] | |
taints | Map<String, SksNodepoolTaint> | [optional] | |
securityGroups | Set<SecurityGroup> | Nodepool Security Groups | [optional] |
name | String | Nodepool name, lowercase only | |
instanceType | InstanceType | ||
privateNetworks | Set<PrivateNetwork> | Nodepool Private Networks | [optional] |
size | Long | Number of instances | |
kubeletImageGc | KubeletImageGc | [optional] | |
instancePrefix | String | Prefix to apply to instances names (default: pool), lowercase only | [optional] |
deployTarget | DeployTarget | [optional] | |
addons | Set<AddonsEnum> | Nodepool addons | [optional] |
diskSize | Long | Nodepool instances disk size in GiB |
Name | Value |
---|---|
INET4 | "inet4" |
DUAL | "dual" |
Name | Value |
---|---|
STORAGE_LVM | "storage-lvm" |