mirror of
https://github.com/openfaas/faasd.git
synced 2025-06-21 00:06:37 +00:00
* Updates containerd to v1.7.0 and new binary for 32-bit Arm OSes. * Updates Go dependencies - openfaas and external Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
23 lines
575 B
Go
Generated
23 lines
575 B
Go
Generated
/*
|
|
* 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"`
|
|
}
|