diff --git a/charts/openstack-hypervisor-operator/crds/hypervisor-crd.yaml b/charts/openstack-hypervisor-operator/crds/hypervisor-crd.yaml index ac60036..fe36d98 100644 --- a/charts/openstack-hypervisor-operator/crds/hypervisor-crd.yaml +++ b/charts/openstack-hypervisor-operator/crds/hypervisor-crd.yaml @@ -315,6 +315,14 @@ spec: firmwareVersion: description: FirmwareVersion type: string + gardenLinuxCommitID: + description: Represents the Garden Linux build commit id + type: string + gardenLinuxFeatures: + description: Represents the Garden Linux Feature Set + items: + type: string + type: array hardwareModel: description: HardwareModel type: string @@ -336,6 +344,10 @@ spec: prettyVersion: description: PrettyVersion type: string + variantID: + description: Identifying a specific variant or edition of the + operating system + type: string version: description: Represents the Operating System version. type: string