Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ImageConfiguration ¶
type ImageConfiguration struct { Contents struct { Repositories []string Keyring []string Packages []string } Entrypoint struct { Type string Command string // TBD: presently a map of service names and the command to run Services map[interface{}]interface{} } }
func (*ImageConfiguration) Load ¶
func (ic *ImageConfiguration) Load(imageConfigPath string) error
Loads an image configuration given a configuration file path.
func (*ImageConfiguration) Validate ¶
func (ic *ImageConfiguration) Validate() error
Do preflight checks and mutations on an image configuration.
func (*ImageConfiguration) ValidateServiceBundle ¶
func (ic *ImageConfiguration) ValidateServiceBundle() error
Do preflight checks and mutations on an image configured to manage a service bundle.
Click to show internal directories.
Click to hide internal directories.