Versions in this module Expand all Collapse all v2 v2.22.13 Feb 19, 2024 v2.22.12 Jan 23, 2024 v2.22.11 Dec 14, 2023 v2.22.10 Nov 14, 2023 v2.22.9 Oct 24, 2023 v2.22.8 Oct 16, 2023 v2.22.7 Sep 18, 2023 v2.22.6 Aug 20, 2023 v2.22.5 Jul 26, 2023 v2.22.4 Jun 20, 2023 v2.22.3 May 16, 2023 v2.22.2 Apr 14, 2023 v2.22.1 Mar 14, 2023 v2.22.0 Feb 23, 2023 Changes in this version + type AWSNodeSpec struct + AMI string + AssignPublicIP *bool + AssumeRoleARN string + AssumeRoleExternalID string + AvailabilityZone string + InstanceType string + IsSpotInstance *bool + SpotInstanceInterruptionBehavior *string + SpotInstanceMaxPrice *string + SpotInstancePersistentRequest *bool + SubnetID string + Tags map[string]string + VolumeSize int32 + VolumeType string + type AlibabaNodeSpec struct + DiskSize string + DiskType string + InstanceType string + InternetMaxBandwidthOut string + Labels map[string]string + VSwitchID string + ZoneID string + type AmazonLinuxSpec struct + DistUpgradeOnBoot bool + type AnexiaDiskConfig struct + PerformanceType *string + Size int64 + type AnexiaNodeSpec struct + CPUs int + DiskSize *int64 + Disks []AnexiaDiskConfig + Memory int64 + TemplateID string + VlanID string + type AzureNodeSpec struct + AssignAvailabilitySet bool + AssignPublicIP bool + DataDiskSize int32 + ImageID string + OSDiskSize int32 + Size string + Tags map[string]string + Zones []string + type CentOSSpec struct + DistUpgradeOnBoot bool + type DigitaloceanNodeSpec struct + Backups bool + IPv6 bool + Monitoring bool + Size string + Tags []string + type FlatcarSpec struct + DisableAutoUpdate bool + type GCPNodeSpec struct + CustomImage string + DiskSize int64 + DiskType string + Labels map[string]string + MachineType string + Preemptible bool + Tags []string + Zone string + type HetznerNodeSpec struct + Network string + Type string + type KubevirtNodeSpec struct + CPUs string + FlavorName string + FlavorProfile string + Instancetype *kubevirtv1.InstancetypeMatcher + Memory string + NodeAffinityPreset NodeAffinityPreset + PodAffinityPreset string + PodAntiAffinityPreset string + Preference *kubevirtv1.PreferenceMatcher + PrimaryDiskOSImage string + PrimaryDiskSize string + PrimaryDiskStorageClassName string + SecondaryDisks []SecondaryDisks + TopologySpreadConstraints []TopologySpreadConstraint + type NodeAffinityPreset struct + Key string + Type string + Values []string + type NodeCloudSpec struct + AWS *AWSNodeSpec + Alibaba *AlibabaNodeSpec + Anexia *AnexiaNodeSpec + Azure *AzureNodeSpec + Digitalocean *DigitaloceanNodeSpec + GCP *GCPNodeSpec + Hetzner *HetznerNodeSpec + Kubevirt *KubevirtNodeSpec + Nutanix *NutanixNodeSpec + Openstack *OpenstackNodeSpec + Packet *PacketNodeSpec + VMwareCloudDirector *VMwareCloudDirectorNodeSpec + VSphere *VSphereNodeSpec + type NodeDeployment struct + Spec NodeDeploymentSpec + type NodeDeploymentSpec struct + DynamicConfig *bool + Paused *bool + Replicas int32 + Template NodeSpec + type NodeSpec struct + Cloud NodeCloudSpec + Labels map[string]string + OperatingSystem OperatingSystemSpec + SSHUserName string + Taints []TaintSpec + Versions NodeVersionInfo + type NodeVersionInfo struct + Kubelet string + type NutanixNodeSpec struct + CPUCores *int64 + CPUPassthrough *bool + CPUs int64 + Categories map[string]string + DiskSize *int64 + ImageName string + MemoryMB int64 + SubnetName string + type OpenstackNodeSpec struct + AvailabilityZone string + Flavor string + Image string + InstanceReadyCheckPeriod string + InstanceReadyCheckTimeout string + RootDiskSizeGB *int + ServerGroup string + Tags map[string]string + UseFloatingIP bool + type OperatingSystemSpec struct + AmazonLinux *AmazonLinuxSpec + CentOS *CentOSSpec + Flatcar *FlatcarSpec + RHEL *RHELSpec + RockyLinux *RockyLinuxSpec + SLES *SLESSpec + Ubuntu *UbuntuSpec + type PacketNodeSpec struct + InstanceType string + Tags []string + type RHELSpec struct + DistUpgradeOnBoot bool + RHELSubscriptionManagerPassword string + RHELSubscriptionManagerUser string + RHSMOfflineToken string + type RockyLinuxSpec struct + DistUpgradeOnBoot bool + type SLESSpec struct + DistUpgradeOnBoot bool + type SecondaryDisks struct + Size string + StorageClassName string + type TaintSpec struct + Effect string + Key string + Value string + type TopologySpreadConstraint struct + MaxSkew int + TopologyKey string + WhenUnsatisfiable string + type UbuntuSpec struct + DistUpgradeOnBoot bool + type VMwareCloudDirectorNodeSpec struct + CPUCores int + CPUs int + Catalog string + DiskIOPS *int64 + DiskSizeGB *int64 + IPAllocationMode vcd.IPAllocationMode + MemoryMB int + Metadata map[string]string + Network string + StorageProfile string + Template string + VApp string + type VSphereNodeSpec struct + CPUs int + DiskSizeGB *int64 + Memory int + Tags []VSphereTag + Template string + type VSphereTag struct + CategoryID string + Description string + Name string v2.22.0-rc.1 Feb 20, 2023 v2.22.0-rc.0 Feb 16, 2023 v2.22.0-alpha.1 Feb 9, 2023 v2.22.0-alpha.0 Feb 2, 2023