File tree Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Original file line number Diff line number Diff line change 86
86
status :
87
87
description : HypervisorStatus defines the observed state of Hypervisor
88
88
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
89
113
conditions :
90
114
description : Represents the Hypervisor node conditions.
91
115
items :
You can’t perform that action at this time.
0 commit comments