version

package
v0.12.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 15, 2026 License: Apache-2.0 Imports: 6 Imported by: 0

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

func FindClosestMatch(v string, versions []string) string

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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL