version

package
v1.15.2 Latest Latest
Warning

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

Go to latest
Published: Apr 9, 2024 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Overview

Package version contains utilities for working with semantic versions.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Operations

type Operations interface {
	GetVersionString() string
	GetSemVer() (*semver.Version, error)
	InConstraints(c string) (bool, error)
}

Operations provides semantic version operations.

type Versioner

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

Versioner provides semantic version operations.

func New

func New() *Versioner

New creates a new versioner.

func (*Versioner) GetSemVer

func (v *Versioner) GetSemVer() (*semver.Version, error)

GetSemVer returns the current Crossplane version as a semantic version.

func (*Versioner) GetVersionString

func (v *Versioner) GetVersionString() string

GetVersionString returns the current Crossplane version as string.

func (*Versioner) InConstraints

func (v *Versioner) InConstraints(c string) (bool, error)

InConstraints is a helper function that checks if the current Crossplane version is in the semantic version constraints.

Directories

Path Synopsis
Package fake contains semantic version mocks.
Package fake contains semantic version mocks.

Jump to

Keyboard shortcuts

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