Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ValidateConfig ¶ added in v0.12.0
ValidateConfig validates the config
Types ¶
type BuildpackCollection ¶ added in v0.9.0
type BuildpackCollection []BuildpackConfig
BuildpackCollection is a list of BuildpackConfigs
type BuildpackConfig ¶
type BuildpackConfig struct {
dist.BuildpackInfo
dist.ImageOrURI
}
BuildpackConfig details the configuration of a Buildpack
type Config ¶
type Config struct {
Description string `toml:"description"`
Buildpacks BuildpackCollection `toml:"buildpacks"`
Order dist.Order `toml:"order"`
Stack StackConfig `toml:"stack"`
Lifecycle LifecycleConfig `toml:"lifecycle"`
}
Config is a builder configuration file
type LifecycleConfig ¶
LifecycleConfig details the configuration of the Lifecycle
Click to show internal directories.
Click to hide internal directories.