apiversion

package
v0.2.1 Latest Latest
Warning

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

Go to latest
Published: Sep 14, 2020 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func IsValidVersion

func IsValidVersion(name string) bool

IsValidVersion returns true iff the input is a valid version name.

Types

type Comparison

type Comparison int
const (
	Lesser  Comparison = -1
	Equal   Comparison = 0
	Greater Comparison = 1
)

type Version

type Version struct {
	// contains filtered or unexported fields
}

func NewVersion

func NewVersion(name string) (version Version, err error)

NewVersion builds a Version from a version string, eg "v1alpha2"

func NewVersionOrPanic

func NewVersionOrPanic(name string) Version

NewVersionOrPanic is the same as NewVersion, but panics if passed an invalid version name.

func (Version) Compare

func (v Version) Compare(other Version) Comparison

Compare return Lesser if v < other (ie other is more recent), Equal if v == other, and Greater if v > other (ie v is more recent)

func (Version) String

func (v Version) String() string

Jump to

Keyboard shortcuts

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