Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // Image holds information about companion image reference. Image = "" //nolint:gochecknoglobals // ImageBasename holds a basename of a image, so the development reference // could be built from it. ImageBasename = "" //nolint:gochecknoglobals )
View Source
var Version = "0.0.0"
Version holds application version information.
Functions ¶
func ImageBasenamePath ¶ added in v0.5.1
func ImageBasenamePath() string
ImageBasenamePath return a path to the image basename variable.
func ResolveImage ¶ added in v0.5.1
func ResolveImage() string
ResolveImage will try to resolve the image reference from set values. If Image is given it will be used, otherwise the ImageBasename and Version will be used.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.