package
0.0.0-20240815173558-303cc3735024
Repository: https://github.com/libopenstorage/operator.git
Documentation: pkg.go.dev
# Functions
Instance returns a single instance of Manifest if present, else creates a new one and returns it.
SetInstance can be used to set Manifest singleton instance This will be helpful for testing with a mock instance.
# Constants
DefaultConfigMapName is name of the version manifest configMap.
No description provided by the author
DefaultPortworxVersion is the default portworx version that will be used if none specified and if version manifest could not be fetched.
DefaultPrometheusOperatorImage is the default Prometheus operator image for k8s 1.21 and below.
VersionConfigMapKey is key of version manifest content in configMap.
# Variables
ErrEmptyReleases when releases list is empty.
ErrInvalidDefaultRelease when the default release is invalid.
ErrReleaseNotFound when given release is not found.
# Interfaces
Manifest is an interface for getting versions information.