We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d526639 commit 218f1fbCopy full SHA for 218f1fb
1 file changed
charts/openstack-hypervisor-operator/crds/hypervisor-crd.yaml
@@ -315,6 +315,14 @@ spec:
315
firmwareVersion:
316
description: FirmwareVersion
317
type: string
318
+ gardenLinuxCommitID:
319
+ description: Represents the Garden Linux build commit id
320
+ type: string
321
+ gardenLinuxFeatures:
322
+ description: Represents the Garden Linux Feature Set
323
+ items:
324
325
+ type: array
326
hardwareModel:
327
description: HardwareModel
328
@@ -336,6 +344,10 @@ spec:
336
344
prettyVersion:
337
345
description: PrettyVersion
338
346
347
+ variantID:
348
+ description: Identifying a specific variant or edition of the
349
+ operating system
350
339
351
version:
340
352
description: Represents the Operating System version.
341
353
0 commit comments