Documentation
¶
Index ¶
Constants ¶
View Source
const ( // UnknownVersion is reported for failed version detection. UnknownVersion = "0.0.0-unknown" // DevelVersion is what we get from debug/build info when building // plugins within the NRI repository. DevelVersion = "(devel)" )
Variables ¶
This section is empty.
Functions ¶
func FindClosestMatch ¶
FindClosestMatch returns the largest version smaller or equal to a given one. "" is returned if no such version if found.
func GetFromBuildInfo ¶
func GetFromBuildInfo() string
GetFromBuildInfo returns the locally used NRI version. This is taken either from the debug/build info provided by the golang runtime, or for plugins hosted in the NRI repository from a git-described version generated at build time.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.