Name | Type | Description | Notes |
---|---|---|---|
anti_affinity_groups | Option<Vecmodels::AntiAffinityGroup> | Nodepool Anti-affinity Groups | [optional] |
description | Option<String> | Nodepool description | [optional] |
public_ip_assignment | Option<String> | Configures public IP assignment of the Instances with: * IPv4 (inet4 ) addressing only; * both IPv4 and IPv6 (dual ) addressing. |
[optional] |
labels | Option<std::collections::HashMap<String, String>> | [optional] | |
taints | Option<std::collections::HashMap<String, models::SksNodepoolTaint>> | [optional] | |
security_groups | Option<Vecmodels::SecurityGroup> | Nodepool Security Groups | [optional] |
name | Option<String> | Nodepool name, lowercase only | [optional] |
instance_type | Option<models::InstanceType> | [optional] | |
private_networks | Option<Vecmodels::PrivateNetwork> | Nodepool Private Networks | [optional] |
instance_prefix | Option<String> | Prefix to apply to managed instances names (default: pool), lowercase only | [optional] |
deploy_target | Option<models::DeployTarget> | [optional] | |
disk_size | Option<i64> | Nodepool instances disk size in GiB | [optional] |