version

package
v0.19.1 Latest Latest
Warning

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

Go to latest
Published: Mar 3, 2021 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

View Source
const (
	// LatestVersion product version supported
	LatestVersion        = "2.16.0"
	CompactLatestVersion = "2160"
	// LastMicroVersion product version supported
	LastMicroVersion = "2.15.0"
	// LastMinorVersion product version supported
	LastMinorVersion = "2.15.0"
)

Variables

View Source
var (
	Version = "0.19.0"
	// PriorVersion - prior version
	PriorVersion = "0.18.0"
)
View Source
var CompactFullVersionFromMinorVersion map[string]string = map[string]string{
	"150": "2150",
	"160": "2160",
}
View Source
var CompactVersionFromVersion map[string]string = map[string]string{
	"2.15.0": "2150",
	"2.16.0": "2160",
}
View Source
var FullVersionFromCompactVersion map[string]string = map[string]string{
	"2150": "2.15.0",
	"2160": "2.16.0",
}
View Source
var FullVersionFromMinorVersion map[string]string = map[string]string{
	"150": "2.15.0",
	"160": "2.16.0",
}
View Source
var MinorVersionFromFullVersion map[string]string = map[string]string{
	"2.15.0": "150",
	"2.16.0": "160",
}
View Source
var OperandVersionFromOperatorVersion map[string]string = map[string]string{
	"0.18.0": "2.15.0",
	"0.19.0": "2.16.0",
}
View Source
var SupportedMicroVersions = []string{LatestVersion, LastMicroVersion}

SupportedVersions - product versions this operator supports

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

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