Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type OperatorConfig ¶
type OperatorConfig struct {
OperatorImageKey string `yaml:"operatorImageKey"`
Entrypoint []string `yaml:"entrypoint,omitempty"`
Entrypointcmd string `yaml:"entrypointcmd"`
ParseFormat string `yaml:"parseFormat"`
ImageKeys []string `yaml:"imageKeys"`
OtherImageKeys []string `yaml:"otherImageKeys,omitempty"`
ImageKeyMap map[string]string `yaml:"imageKeyMap,omitempty"`
BundleImageKey string `yaml:"bundleImageKey"`
BundleCSVPath string `yaml:"bundleCsvPath"`
}
func GetOperatorConfig ¶
func GetOperatorConfig(product string, defaultsData []byte) (OperatorConfig, error)
func GetOperatorConfigForVersion ¶
func GetOperatorConfigForVersion(product, versionKey string, defaultsData []byte) (OperatorConfig, error)
func (*OperatorConfig) SnapshotKey ¶
func (c *OperatorConfig) SnapshotKey(imageKey string) string
Click to show internal directories.
Click to hide internal directories.