Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions charts/openstack-hypervisor-operator/crds/hypervisor-crd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -315,6 +315,14 @@ spec:
firmwareVersion:
description: FirmwareVersion
type: string
gardenLinuxCommitID:
description: Represents the Garden Linux build commit id
type: string
gardenLinuxFeatures:
description: Represents the Garden Linux Feature Set
items:
type: string
type: array
hardwareModel:
description: HardwareModel
type: string
Expand All @@ -336,6 +344,10 @@ spec:
prettyVersion:
description: PrettyVersion
type: string
variantID:
description: Identifying a specific variant or edition of the
operating system
type: string
version:
description: Represents the Operating System version.
type: string
Expand Down
Loading