Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Common ¶
type Common struct {
EngineName string `json:"engineName"`
ContainerID string `json:"containerID"`
// OciConfig is the oci configuration structure
OciConfig *oci.Config `json:"ociConfig"`
// EngineConfig is the raw JSON representation of the Engine's underlying config
EngineConfig EngineConfig `json:"engineConfig"`
}
Common provides the basis for all engine configs. Anything that can not be properly described through the OCI config can be stored as generic JSON []byte
type EngineConfig ¶
type EngineConfig interface {
json.Marshaler
json.Unmarshaler
}
EngineConfig is the interface an EngineConfig must implement
Click to show internal directories.
Click to hide internal directories.