operator

package
v0.0.0-...-f8fd53e Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 29, 2026 License: Apache-2.0 Imports: 13 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func DescribeOperatorImageTests

func DescribeOperatorImageTests(product string, defaultsData []byte) bool

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

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL