Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ComponentConfig ¶
type Config ¶
type Config struct { Base string `yaml:"base"` Components map[string]ComponentConfig `yaml:"components"` // contains filtered or unexported fields }
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.