Skip to content

Commit

Permalink
generate: ACPI SLIC table
Browse files Browse the repository at this point in the history
Result of make generate

Signed-off-by: Victor Toso <[email protected]>
  • Loading branch information
victortoso committed Nov 23, 2023
1 parent 77ed9a6 commit 03f5169
Show file tree
Hide file tree
Showing 6 changed files with 167 additions and 1 deletion.
13 changes: 13 additions & 0 deletions api/openapi-spec/swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -15733,6 +15733,15 @@
"type": "string",
"format": "int-or-string"
},
"v1.ACPI": {
"type": "object",
"properties": {
"slicNameRef": {
"description": "SlicNameRef should match the volume name of a secret object. The data in the secret should be a binary blob that follows the ACPI SLIC standard, see: https://learn.microsoft.com/en-us/previous-versions/windows/hardware/design/dn653305(v=vs.85)",
"type": "string"
}
}
},
"v1.AccessCredential": {
"description": "AccessCredential represents a credential source that can be used to authorize remote access to the vm guest Only one of its members may be specified.",
"type": "object",
Expand Down Expand Up @@ -16950,6 +16959,10 @@
"v1.Firmware": {
"type": "object",
"properties": {
"acpi": {
"description": "Information that can be set in the ACPI table",
"$ref": "#/definitions/v1.ACPI"
},
"bootloader": {
"description": "Settings to control the bootloader that is used.",
"$ref": "#/definitions/v1.Bootloader"
Expand Down
38 changes: 38 additions & 0 deletions pkg/virt-launcher/virtwrap/api/deepcopy_generated.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -6322,6 +6322,16 @@ var CRDsValidation map[string]string = map[string]string{
firmware:
description: Firmware.
properties:
acpi:
description: Information that can be set in the ACPI table
properties:
slicNameRef:
description: 'SlicNameRef should match the volume name
of a secret object. The data in the secret should
be a binary blob that follows the ACPI SLIC standard,
see: https://learn.microsoft.com/en-us/previous-versions/windows/hardware/design/dn653305(v=vs.85)'
type: string
type: object
bootloader:
description: Settings to control the bootloader that is
used.
Expand Down Expand Up @@ -10852,6 +10862,15 @@ var CRDsValidation map[string]string = map[string]string{
firmware:
description: Firmware.
properties:
acpi:
description: Information that can be set in the ACPI table
properties:
slicNameRef:
description: 'SlicNameRef should match the volume name of a
secret object. The data in the secret should be a binary blob
that follows the ACPI SLIC standard, see: https://learn.microsoft.com/en-us/previous-versions/windows/hardware/design/dn653305(v=vs.85)'
type: string
type: object
bootloader:
description: Settings to control the bootloader that is used.
properties:
Expand Down Expand Up @@ -13581,6 +13600,15 @@ var CRDsValidation map[string]string = map[string]string{
firmware:
description: Firmware.
properties:
acpi:
description: Information that can be set in the ACPI table
properties:
slicNameRef:
description: 'SlicNameRef should match the volume name of a
secret object. The data in the secret should be a binary blob
that follows the ACPI SLIC standard, see: https://learn.microsoft.com/en-us/previous-versions/windows/hardware/design/dn653305(v=vs.85)'
type: string
type: object
bootloader:
description: Settings to control the bootloader that is used.
properties:
Expand Down Expand Up @@ -15795,6 +15823,16 @@ var CRDsValidation map[string]string = map[string]string{
firmware:
description: Firmware.
properties:
acpi:
description: Information that can be set in the ACPI table
properties:
slicNameRef:
description: 'SlicNameRef should match the volume name
of a secret object. The data in the secret should
be a binary blob that follows the ACPI SLIC standard,
see: https://learn.microsoft.com/en-us/previous-versions/windows/hardware/design/dn653305(v=vs.85)'
type: string
type: object
bootloader:
description: Settings to control the bootloader that is
used.
Expand Down Expand Up @@ -20201,6 +20239,17 @@ var CRDsValidation map[string]string = map[string]string{
firmware:
description: Firmware.
properties:
acpi:
description: Information that can be set in the
ACPI table
properties:
slicNameRef:
description: 'SlicNameRef should match the volume
name of a secret object. The data in the secret
should be a binary blob that follows the ACPI
SLIC standard, see: https://learn.microsoft.com/en-us/previous-versions/windows/hardware/design/dn653305(v=vs.85)'
type: string
type: object
bootloader:
description: Settings to control the bootloader
that is used.
Expand Down Expand Up @@ -25387,6 +25436,18 @@ var CRDsValidation map[string]string = map[string]string{
firmware:
description: Firmware.
properties:
acpi:
description: Information that can be set in
the ACPI table
properties:
slicNameRef:
description: 'SlicNameRef should match the
volume name of a secret object. The data
in the secret should be a binary blob
that follows the ACPI SLIC standard, see:
https://learn.microsoft.com/en-us/previous-versions/windows/hardware/design/dn653305(v=vs.85)'
type: string
type: object
bootloader:
description: Settings to control the bootloader
that is used.
Expand Down
21 changes: 21 additions & 0 deletions staging/src/kubevirt.io/api/core/v1/deepcopy_generated.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

28 changes: 27 additions & 1 deletion staging/src/kubevirt.io/client-go/api/openapi_generated.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 03f5169

Please sign in to comment.