package
3.6.0-alpha.1+incompatible
Repository: https://github.com/megamsys/abcd.git
Documentation: pkg.go.dev

# Functions

Empty is a KeyFunc which always returns true and the empty string.
Env is a KeyFunc which always returns a string.
EnvPresent is a KeyFunc which returns an environment variable if it is present.
Expand expands a string and ignores any errors that occur - keys that are not recognized are replaced with the empty string.
ExpandStrict expands a string using a series of common format functions.
Identity is a KeyFunc that returns the same format rules.
NewDefaultImageTemplate returns the default image template.
Versions is a KeyFunc for retrieving information about the current version.

# Variables

defaultImagePrefix is the default prefix for any container image names.
OverrideVersion is the latest version, exposed for testing.

# Structs

ImageTemplate is a class to assist in expanding parameterized Docker image references from configuration or a file.

# Type aliases

KeyFunc returns the value associated with the provided key or false if no such key exists.