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; * 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 | [optional] |
instanceType | InstanceType | [optional] | |
privateNetworks | Set<PrivateNetwork> | Nodepool Private Networks | [optional] |
instancePrefix | String | Prefix to apply to managed instances names (default: pool), lowercase only | [optional] |
deployTarget | DeployTarget | [optional] | |
diskSize | Long | Nodepool instances disk size in GiB | [optional] |
Name | Value |
---|---|
INET4 | "inet4" |
DUAL | "dual" |