package
4.1.0+incompatible
Repository: https://github.com/openshift/origin.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.
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.
# 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.