Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DefaultConfigPath ¶
func FormatUndecodedKeys ¶ added in v0.10.0
Types ¶
type Config ¶
type Config struct {
RunImages []RunImage `toml:"run-images"`
DefaultBuilder string `toml:"default-builder-image,omitempty"`
DefaultRegistry string `toml:"default-registry-url,omitempty"`
Experimental bool `toml:"experimental,omitempty"`
TrustedBuilders []TrustedBuilder `toml:"trusted-builders,omitempty"`
}
type TrustedBuilder ¶ added in v0.11.0
type TrustedBuilder struct {
Name string `toml:"name"`
}
Click to show internal directories.
Click to hide internal directories.