Skip to content

Latest commit

 

History

History
65 lines (45 loc) · 2.57 KB

SksNodepool.md

File metadata and controls

65 lines (45 loc) · 2.57 KB

SksNodepool

SKS Nodepool

Properties

Name Type Description Notes
antiAffinityGroups List<AntiAffinityGroup> Nodepool Anti-affinity Groups [optional]
description String Nodepool description [optional]
publicIpAssignment PublicIpAssignmentEnum Nodepool public IP assignment of the Instances: * IPv4 (`inet4`) addressing only; * IPv4 and IPv6 (`dual`) addressing. [optional]
labels Map<String, String> [optional]
taints Map<String, SksNodepoolTaint> [optional]
securityGroups List<SecurityGroup> Nodepool Security Groups [optional]
name String Nodepool name [optional]
instanceType InstanceType [optional]
privateNetworks List<PrivateNetwork> Nodepool Private Networks [optional]
template Template [optional]
state StateEnum Nodepool state [optional] [readonly]
size Long Number of instances [optional]
kubeletImageGc KubeletImageGc [optional]
instancePool InstancePool [optional]
instancePrefix String The instances created by the Nodepool will be prefixed with this value (default: pool) [optional]
deployTarget DeployTarget [optional]
addons Set<AddonsEnum> Nodepool addons [optional]
id UUID Nodepool ID [optional] [readonly]
diskSize Long Nodepool instances disk size in GiB [optional]
version String Nodepool version [optional] [readonly]
createdAt OffsetDateTime Nodepool creation date [optional] [readonly]

Enum: PublicIpAssignmentEnum

Name Value
INET4 "inet4"
DUAL "dual"

Enum: StateEnum

Name Value
RENEWING_TOKEN "renewing-token"
CREATING "creating"
DELETING "deleting"
RUNNING "running"
SCALING "scaling"
UPDATING "updating"
ERROR "error"

Enum: Set<AddonsEnum>

Name Value
STORAGE_LVM "storage-lvm"