istio_versions

package
v1.59.12 Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type IstioVersionInfo

type IstioVersionInfo struct {
	FullVersion string `json:"fullVersion"`
	Revision    string `json:"revision"`
	ImageSuffix string `json:"imageSuffix"`
	IsReady     bool   `json:"isReady"`
}

type IstioVersionsMap

type IstioVersionsMap map[string]IstioVersionInfo

func VersionMapJSONToVersionMap

func VersionMapJSONToVersionMap(versionMapRaw string) IstioVersionsMap

func (IstioVersionsMap) GetAllVersions

func (vm IstioVersionsMap) GetAllVersions() []string

func (IstioVersionsMap) GetFullVersionByRevision

func (vm IstioVersionsMap) GetFullVersionByRevision(rev string) string

func (IstioVersionsMap) GetVersionByFullVersion

func (vm IstioVersionsMap) GetVersionByFullVersion(fullVer string) string

func (IstioVersionsMap) GetVersionByRevision

func (vm IstioVersionsMap) GetVersionByRevision(rev string) string

func (IstioVersionsMap) IsFullVersionReady

func (vm IstioVersionsMap) IsFullVersionReady(fullVer string) bool

func (IstioVersionsMap) IsRevisionSupported

func (vm IstioVersionsMap) IsRevisionSupported(rev string) bool

func (IstioVersionsMap) SetRevisionStatus

func (vm IstioVersionsMap) SetRevisionStatus(rev string, isReady bool)

Jump to

Keyboard shortcuts

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