Packages:
kvm.cloud.sap/v1
Resource Types:
Hypervisor
Hypervisor is the Schema for the hypervisors API
| Name | Type | Description | Required |
|---|---|---|---|
| apiVersion | string | kvm.cloud.sap/v1 | true |
| kind | string | Hypervisor | true |
| metadata | object | Refer to the Kubernetes API documentation for the fields of the `metadata` field. | true |
| spec | object | HypervisorSpec defines the desired state of Hypervisor | false |
| status | object | HypervisorStatus defines the observed state of Hypervisor | false |
Hypervisor.spec
HypervisorSpec defines the desired state of Hypervisor
| Name | Type | Description | Required |
|---|---|---|---|
| createCertManagerCertificate | boolean | Require to issue a certificate from cert-manager for the hypervisor, to be used for secure communication with the libvirt API. Default: false | true |
| customTraits | []string | CustomTraits are used to apply custom traits to the hypervisor. Default: [] | true |
| evacuateOnReboot | boolean | EvacuateOnReboot request an evacuation of all instances before reboot. Default: true | true |
| highAvailability | boolean | HighAvailability is used to enable the high availability handling of the hypervisor. Default: true | true |
| installCertificate | boolean | InstallCertificate is used to enable the installations of the certificates via kvm-node-agent. Default: true | true |
| lifecycleEnabled | boolean | LifecycleEnabled enables the lifecycle management of the hypervisor via hypervisor-operator. Default: true | true |
| reboot | boolean | Reboot request an reboot after successful installation of an upgrade. Default: false | true |
| skipTests | boolean | SkipTests skips the tests during the onboarding process. Default: false | true |
| version | string | OperatingSystemVersion represents the desired operating system version. | false |
Hypervisor.status
HypervisorStatus defines the observed state of Hypervisor
| Name | Type | Description | Required |
|---|---|---|---|
| numInstances | integer | Represent the num of instances Default: 0 | true |
| capabilities | object | The capabilities of the hypervisors as reported by libvirt. | false |
| conditions | []object | Represents the Hypervisor node conditions. | false |
| hypervisorId | string | HypervisorID is the unique identifier of the hypervisor in OpenStack. | false |
| instances | []object | Represents the Hypervisor hosted Virtual Machines | false |
| libVirtVersion | string | Represents the LibVirt version. Default: unknown | false |
| operatingSystem | object | Represents the Operating System status. | false |
| serviceId | string | ServiceID is the unique identifier of the compute service in OpenStack. | false |
| specHash | string | false | |
| updateStatus | object | Represents the Hypervisor update status. | false |
Hypervisor.status.capabilities
The capabilities of the hypervisors as reported by libvirt.
| Name | Type | Description | Required |
|---|---|---|---|
| cpuArch | string | The hosts CPU architecture (not the guests). Default: unknown | false |
| cpus | int or string | Total host cpus available as a sum of cpus over all numa cells. | false |
| memory | int or string | Total host memory available as a sum of memory over all numa cells. | false |
Hypervisor.status.conditions[index]
Condition contains details for one aspect of the current state of this API Resource.
| Name | Type | Description | Required |
|---|---|---|---|
| lastTransitionTime | string | lastTransitionTime is the last time the condition transitioned from one status to another. This should be when the underlying condition changed. If that is not known, then using the time when the API field changed is acceptable. Format: date-time | true |
| message | string | message is a human readable message indicating details about the transition. This may be an empty string. | true |
| reason | string | reason contains a programmatic identifier indicating the reason for the condition's last transition. Producers of specific condition types may define expected values and meanings for this field, and whether the values are considered a guaranteed API. The value should be a CamelCase string. This field may not be empty. | true |
| status | enum | status of the condition, one of True, False, Unknown. Enum: True, False, Unknown | true |
| type | string | type of condition in CamelCase or in foo.example.com/CamelCase. | true |
| observedGeneration | integer | observedGeneration represents the .metadata.generation that the condition was set based upon. For instance, if .metadata.generation is currently 12, but the .status.conditions[x].observedGeneration is 9, the condition is out of date with respect to the current state of the instance. Format: int64 Minimum: 0 | false |
Hypervisor.status.instances[index]
| Name | Type | Description | Required |
|---|---|---|---|
| active | boolean | Represents the instance state. | true |
| id | string | Represents the instance ID (uuidv4). | true |
| name | string | Represents the instance name. | true |
Hypervisor.status.operatingSystem
Represents the Operating System status.
| Name | Type | Description | Required |
|---|---|---|---|
| firmwareDate | string | FirmwareDate Format: date-time | false |
| firmwareVendor | string | FirmwareVendor | false |
| firmwareVersion | string | FirmwareVersion | false |
| hardwareModel | string | HardwareModel | false |
| hardwareSerial | string | HardwareSerial | false |
| hardwareVendor | string | HardwareVendor | false |
| kernelName | string | KernelName | false |
| kernelRelease | string | KernelRelease | false |
| kernelVersion | string | KernelVersion | false |
| prettyVersion | string | PrettyVersion | false |
| version | string | Represents the Operating System version. | false |
Hypervisor.status.updateStatus
Represents the Hypervisor update status.
| Name | Type | Description | Required |
|---|---|---|---|
| inProgress | boolean | Represents a running Operating System update. Default: false | true |
| retry | integer | Represents the number of retries. Default: 3 | true |
| installed | string | Represents the Operating System installed update version. Default: unknown | false |