From e77ad500e43aa8c75c5a0b715a960284e5c6df69 Mon Sep 17 00:00:00 2001 From: bgriddaluru <117554445+bgriddaluru@users.noreply.github.com> Date: Wed, 20 Mar 2024 06:28:59 -0700 Subject: [PATCH] Fix config crd base (#268) --- .../infrastructure.cluster.x-k8s.io_azurestackhcimachines.yaml | 2 ++ ...tructure.cluster.x-k8s.io_azurestackhcimachinetemplates.yaml | 2 ++ ...structure.cluster.x-k8s.io_azurestackhcivirtualmachines.yaml | 2 ++ 3 files changed, 6 insertions(+) diff --git a/config/crd/bases/infrastructure.cluster.x-k8s.io_azurestackhcimachines.yaml b/config/crd/bases/infrastructure.cluster.x-k8s.io_azurestackhcimachines.yaml index 2f0d0337..8980aeb8 100644 --- a/config/crd/bases/infrastructure.cluster.x-k8s.io_azurestackhcimachines.yaml +++ b/config/crd/bases/infrastructure.cluster.x-k8s.io_azurestackhcimachines.yaml @@ -45,6 +45,8 @@ spec: description: AllocatePublicIP allows the ability to create dynamic public ips for machines where this value is true. type: boolean + availabilitySetName: + type: string availabilityZone: properties: enabled: diff --git a/config/crd/bases/infrastructure.cluster.x-k8s.io_azurestackhcimachinetemplates.yaml b/config/crd/bases/infrastructure.cluster.x-k8s.io_azurestackhcimachinetemplates.yaml index e0b37465..01b2829d 100644 --- a/config/crd/bases/infrastructure.cluster.x-k8s.io_azurestackhcimachinetemplates.yaml +++ b/config/crd/bases/infrastructure.cluster.x-k8s.io_azurestackhcimachinetemplates.yaml @@ -54,6 +54,8 @@ spec: description: AllocatePublicIP allows the ability to create dynamic public ips for machines where this value is true. type: boolean + availabilitySetName: + type: string availabilityZone: properties: enabled: diff --git a/config/crd/bases/infrastructure.cluster.x-k8s.io_azurestackhcivirtualmachines.yaml b/config/crd/bases/infrastructure.cluster.x-k8s.io_azurestackhcivirtualmachines.yaml index 50676783..f4b92a50 100644 --- a/config/crd/bases/infrastructure.cluster.x-k8s.io_azurestackhcivirtualmachines.yaml +++ b/config/crd/bases/infrastructure.cluster.x-k8s.io_azurestackhcivirtualmachines.yaml @@ -42,6 +42,8 @@ spec: items: type: string type: array + availabilitySetName: + type: string availabilityZone: properties: enabled: