Documentation
¶
Index ¶
Constants ¶
View Source
const PluginName = "kn-event"
PluginName hold a name of the plugin.
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" //nolint:gochecknoglobals
Version holds application version information.
Functions ¶
func ImageBasenamePath ¶
func ImageBasenamePath() string
ImageBasenamePath return a path to the image basename variable.
func ResolveImage ¶
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.