| Name | Type | Description | Notes |
|---|---|---|---|
| antiAffinityGroups | Set<AntiAffinityGroupRef> | 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<SecurityGroupRef> | Nodepool Security Groups | [optional] |
| name | String | Nodepool name, lowercase only | |
| instanceType | InstanceTypeRef | ||
| privateNetworks | Set<PrivateNetworkRef> | 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 | DeployTargetRef | [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" |