Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions charts/openstack-hypervisor-operator/crds/hypervisor-crd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion config/crd/bases/kvm.cloud.sap_hypervisors.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading