Documentation
¶
Index ¶
Constants ¶
View Source
const ImageOverrideEnvPrefix = "RELATED_IMAGE_"
Variables ¶
This section is empty.
Functions ¶
func SetFromExternalCluster ¶ added in v2.8.0
SetFromExternalCluster sets the LINSTOR Satellite image tag to the version of the LINSTOR Controller.
The Configs will be updated so that the first entry containing a LINSTOR Satellite image is updated. Returns an error is the LINSTOR Controller could not be reached, or no LINSTOR Satellite image was found.
Types ¶
type ComponentConfig ¶
type Config ¶
type Config struct {
Base string `yaml:"base"`
Components map[string]ComponentConfig `yaml:"components"`
}
Config represents a default image mapping used by the operator.
type Configs ¶ added in v2.2.0
type Configs []*Config
Configs is a list of Config, where later
func FromConfigMap ¶ added in v2.1.0
Click to show internal directories.
Click to hide internal directories.