Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Maker ¶
type Maker interface {
MakeSandbox(config *types.ContainerSandbox) (*Sandbox, error)
}
func CreateMaker ¶
func CreateMaker(fnd app.Foundation, commonMaker common.Maker) Maker
type Sandbox ¶
func CreateSandbox ¶
func CreateSandbox(commonSandbox *common.Sandbox, config *containers.ContainerConfig) *Sandbox
func (*Sandbox) ContainerConfig ¶
func (s *Sandbox) ContainerConfig() *containers.ContainerConfig
Click to show internal directories.
Click to hide internal directories.