Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶
type Config struct {
RunImages []RunImage `toml:"run-images"`
DefaultBuilder string `toml:"default-builder-image,omitempty"`
// contains filtered or unexported fields
}
func NewDefault ¶ added in v0.0.5
func (*Config) GetRunImage ¶ added in v0.1.0
func (*Config) Path ¶ added in v0.0.5
Path returns the directory path where the config is stored as a toml file. That directory may also contain other `pack` related files.
func (*Config) SetDefaultBuilder ¶ added in v0.0.6
func (*Config) SetRunImageMirrors ¶ added in v0.1.0
Click to show internal directories.
Click to hide internal directories.