Documentation ¶
Index ¶
Constants ¶
View Source
const ( // Prefix is used to select environment variables that should be contributed to the image Prefix = "BPE_" PrefixTypeAppend = Prefix + "APPEND_" PrefixTypeDefault = Prefix + "DEFAULT_" PrefixTypeDelim = Prefix + "DELIM_" PrefixTypeOverride = Prefix + "OVERRIDE_" PrefixTypePrepend = Prefix + "PREPEND_" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Build ¶
func (Build) Build ¶
func (b Build) Build(context libcnb.BuildContext) (libcnb.BuildResult, error)
func (Build) LogConfiguration ¶
func (b Build) LogConfiguration()
type Detect ¶
type Detect struct{}
func (Detect) Detect ¶
func (Detect) Detect(context libcnb.DetectContext) (libcnb.DetectResult, error)
type Variables ¶
type Variables struct { libcnb.Environment LayerContributor libpak.LayerContributor Logger bard.Logger }
func NewVariables ¶
func (Variables) Contribute ¶
Click to show internal directories.
Click to hide internal directories.