diff --git a/api/v1/hypervisor_types.go b/api/v1/hypervisor_types.go index 9a78b4d0..baf83019 100644 --- a/api/v1/hypervisor_types.go +++ b/api/v1/hypervisor_types.go @@ -115,11 +115,11 @@ type HypervisorSpec struct { OperatingSystemVersion string `json:"version,omitempty"` // +kubebuilder:default:=false - // Reboot request an reboot after successful installation of an upgrade. + // Reboot requests a reboot after successful installation of an upgrade. Reboot bool `json:"reboot"` // +kubebuilder:default:=true - // EvacuateOnReboot request an evacuation of all instances before reboot. + // EvacuateOnReboot requests an evacuation of all instances before reboot. EvacuateOnReboot bool `json:"evacuateOnReboot"` // +kubebuilder:default:=true @@ -168,12 +168,13 @@ type HypervisorSpec struct { HighAvailability bool `json:"highAvailability"` // +kubebuilder:default:=false - // Require to issue a certificate from cert-manager for the hypervisor, to be used for - // secure communication with the libvirt API. + // CreateCertManagerCertificate requests that a certificate be issued from + // cert-manager for the hypervisor, to be used for secure communication + // with the libvirt API. CreateCertManagerCertificate bool `json:"createCertManagerCertificate"` // +kubebuilder:default:=true - // InstallCertificate is used to enable the installations of the certificates via kvm-node-agent. + // InstallCertificate enables installation of certificates via kvm-node-agent. InstallCertificate bool `json:"installCertificate"` // +kubebuilder:optional @@ -401,7 +402,7 @@ type DomainCapabilities struct { // Supported devices for domains. // // The format of this list is the device type, and if specified, a specific - // model. For example, the take the following xml domain device definition: + // model. For example, take the following xml domain device definition: // //