Skip to content

Commit cf61037

Browse files
Make manifests
1 parent 5375e27 commit cf61037

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

config/crd/bases/kvm.cloud.sap_hypervisors.yaml

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,30 @@ spec:
8686
status:
8787
description: HypervisorStatus defines the observed state of Hypervisor
8888
properties:
89+
capabilities:
90+
description: The capabilities of the hypervisors as reported by libvirt.
91+
properties:
92+
cpuArch:
93+
default: unknown
94+
description: The hosts CPU architecture (not the guests).
95+
type: string
96+
cpus:
97+
anyOf:
98+
- type: integer
99+
- type: string
100+
description: Total host cpus available as a sum of cpus over all
101+
numa cells.
102+
pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$
103+
x-kubernetes-int-or-string: true
104+
memory:
105+
anyOf:
106+
- type: integer
107+
- type: string
108+
description: Total host memory available as a sum of memory over
109+
all numa cells.
110+
pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$
111+
x-kubernetes-int-or-string: true
112+
type: object
89113
conditions:
90114
description: Represents the Hypervisor node conditions.
91115
items:

0 commit comments

Comments
 (0)