Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ControllerConfig ¶
type ControllerConfig struct { Port string `json:"port" yaml:"port"` Images []*ServiceImage `json:"images" yaml:"images"` }
ControllerConfig contains all the configuration available for Controller Mode
type ServiceImage ¶
type ServiceImage struct { ImageName string `json:"imageName" yaml:"imageName"` Args []string `json:"args" yaml:"args"` Environment []string `json:"environment" yaml:"environment"` TTY bool `json:"tty" yaml:"tty"` }
ServiceImage contains the basic information for services declaration
Click to show internal directories.
Click to hide internal directories.