File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed
charts/openstack-hypervisor-operator/crds Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -398,6 +398,10 @@ spec:
398398 description : HypervisorID is the unique identifier of the hypervisor
399399 in OpenStack.
400400 type : string
401+ hypervisorVersion :
402+ default : unknown
403+ description : Represents the Hypervisor version
404+ type : string
401405 instances :
402406 description : Represents the Hypervisor hosted Virtual Machines
403407 items :
@@ -458,6 +462,10 @@ spec:
458462 hardwareVendor :
459463 description : HardwareVendor
460464 type : string
465+ kernelCommandLine :
466+ description : KernelCommandLine contains the raw kernel boot parameters
467+ from /proc/cmdline.
468+ type : string
461469 kernelName :
462470 description : KernelName
463471 type : string
Original file line number Diff line number Diff line change @@ -401,7 +401,7 @@ spec:
401401 type : string
402402 hypervisorVersion :
403403 default : unknown
404- description : Represents the Hypervisor version.
404+ description : Represents the Hypervisor version
405405 type : string
406406 instances :
407407 description : Represents the Hypervisor hosted Virtual Machines
You can’t perform that action at this time.
0 commit comments