mirror of
https://github.com/containers/podman.git
synced 2025-12-08 14:48:48 +08:00
* If possible, update each dependency to the latest available version. * Use releases over commit IDs and avoid vendoring branches. Signed-off-by: Valentin Rothberg <rothberg@redhat.com>
19 lines
397 B
Go
19 lines
397 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
|
|
|
|
// Silo job information
|
|
type SiloProperties struct {
|
|
|
|
Enabled bool `json:"Enabled,omitempty"`
|
|
|
|
JobName string `json:"JobName,omitempty"`
|
|
}
|