Documentation ¶
Index ¶
Constants ¶
View Source
const ( OrderDetectionMaxDepth = -1 OrderDetectionNone = 0 )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type BuildpackCollection ¶
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
func (*BuildpackConfig) DisplayString ¶
func (c *BuildpackConfig) DisplayString() string
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 DetectionOrder ¶
type DetectionOrder []DetectionOrderEntry
type DetectionOrderEntry ¶
type DetectionOrderEntry struct { dist.BuildpackRef `yaml:",inline"` Cyclical bool `json:"cyclic,omitempty" yaml:"cyclic,omitempty" toml:"cyclic,omitempty"` GroupDetectionOrder DetectionOrder `json:"buildpacks,omitempty" yaml:"buildpacks,omitempty" toml:"buildpacks,omitempty"` }
type LifecycleConfig ¶
LifecycleConfig details the configuration of the Lifecycle
Click to show internal directories.
Click to hide internal directories.