diff --git a/charts/openstack-hypervisor-operator/crds/hypervisor-crd.yaml b/charts/openstack-hypervisor-operator/crds/hypervisor-crd.yaml index 0bb46088..521e67a3 100644 --- a/charts/openstack-hypervisor-operator/crds/hypervisor-crd.yaml +++ b/charts/openstack-hypervisor-operator/crds/hypervisor-crd.yaml @@ -398,6 +398,10 @@ spec: description: HypervisorID is the unique identifier of the hypervisor in OpenStack. type: string + hypervisorVersion: + default: unknown + description: Represents the Hypervisor version + type: string instances: description: Represents the Hypervisor hosted Virtual Machines items: @@ -458,6 +462,10 @@ spec: hardwareVendor: description: HardwareVendor type: string + kernelCommandLine: + description: KernelCommandLine contains the raw kernel boot parameters + from /proc/cmdline. + type: string kernelName: description: KernelName type: string diff --git a/config/crd/bases/kvm.cloud.sap_hypervisors.yaml b/config/crd/bases/kvm.cloud.sap_hypervisors.yaml index ba946161..348504c7 100644 --- a/config/crd/bases/kvm.cloud.sap_hypervisors.yaml +++ b/config/crd/bases/kvm.cloud.sap_hypervisors.yaml @@ -401,7 +401,7 @@ spec: type: string hypervisorVersion: default: unknown - description: Represents the Hypervisor version. + description: Represents the Hypervisor version type: string instances: description: Represents the Hypervisor hosted Virtual Machines