package
Version:
v0.5.0
Opens a new window with list of versions in this module.
Published: Oct 22, 2019
License: Apache-2.0
Opens a new window with license information.
Imports: 4
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Config struct {
RunImages []RunImage `toml:"run-images"`
DefaultBuilder string `toml:"default-builder-image,omitempty"`
}
type RunImage struct {
Image string `toml:"image"`
Mirrors []string `toml:"mirrors"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.