mirror of
https://github.com/rancher/plugins.git
synced 2025-07-08 20:53:53 +00:00
Bumps [github.com/Microsoft/hcsshim](https://github.com/Microsoft/hcsshim) from 0.9.9 to 0.11.1. - [Release notes](https://github.com/Microsoft/hcsshim/releases) - [Commits](https://github.com/Microsoft/hcsshim/compare/v0.9.9...v0.11.1) --- updated-dependencies: - dependency-name: github.com/Microsoft/hcsshim dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
23 lines
575 B
Go
23 lines
575 B
Go
/*
|
|
* HCS API
|
|
*
|
|
* No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
|
|
*
|
|
* API version: 2.1
|
|
* Generated by: Swagger Codegen (https://github.com/swagger-api/swagger-codegen.git)
|
|
*/
|
|
|
|
package hcsschema
|
|
|
|
type Uefi struct {
|
|
EnableDebugger bool `json:"EnableDebugger,omitempty"`
|
|
|
|
ApplySecureBootTemplate string `json:"ApplySecureBootTemplate,omitempty"`
|
|
|
|
SecureBootTemplateId string `json:"SecureBootTemplateId,omitempty"`
|
|
|
|
BootThis *UefiBootEntry `json:"BootThis,omitempty"`
|
|
|
|
Console string `json:"Console,omitempty"`
|
|
}
|