Documentation ¶
Index ¶
- Constants
- Variables
- func CheckVersions() error
- func GetLatestEnterpriseVersion(stableOnly bool) (string, error)
- func GetLatestEnterpriseVersionWithMaxVersion(stableOnly bool, maxVersion *versionutils.Version) (string, error)
- func IsReleaseVersion() bool
- func LatestVersionFromRepo(file string, stableOnly bool) (string, error)
- func LatestVersionFromRepoWithMaxVersion(file string, stableOnly bool, maxVersion *versionutils.Version) (string, error)
Constants ¶
View Source
const EnterpriseHelmRepoIndex = "https://storage.googleapis.com/gloo-ee-helm/index.yaml"
View Source
const GlooEE = "gloo-ee"
View Source
const SoloKitPkg = "github.com/solo-io/solo-kit"
Variables ¶
View Source
var ( UndefinedVersion = "undefined" // Will be set by the linker during build. Does not include "v" prefix. Version string )
Functions ¶
func CheckVersions ¶
func CheckVersions() error
func GetLatestEnterpriseVersion ¶ added in v1.2.15
The version of GlooE installed by the CLI. Calculated from the largest semver gloo-ee version in the helm repo index
func GetLatestEnterpriseVersionWithMaxVersion ¶ added in v1.2.15
func GetLatestEnterpriseVersionWithMaxVersion(stableOnly bool, maxVersion *versionutils.Version) (string, error)
Calculated from the largest gloo-ee version in the helm repo index with version constraints
func IsReleaseVersion ¶
func IsReleaseVersion() bool
func LatestVersionFromRepo ¶ added in v1.2.3
func LatestVersionFromRepoWithMaxVersion ¶ added in v1.2.15
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.