controlplaneoperatoroverrides

package
v0.1.56 Latest Latest
Warning

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

Go to latest
Published: Mar 12, 2025 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

View Source
const (
	CPOOverridesEnvVar = "ENABLE_CPO_OVERRIDES"
)

Variables

This section is empty.

Functions

func CPOImage

func CPOImage(version string) string

func IsOverridesEnabled

func IsOverridesEnabled() bool

func LatestOverrideTestReleases

func LatestOverrideTestReleases() (string, string)

Types

type CPOOverride

type CPOOverride struct {
	Version  string `yaml:"version"`
	CPOImage string `yaml:"cpoImage"`
}

type CPOOverrideTestReleases

type CPOOverrideTestReleases struct {
	Latest   string `yaml:"latest"`
	Previous string `yaml:"previous"`
}

type CPOOverrides

type CPOOverrides struct {
	Overrides []CPOOverride           `yaml:"overrides,omitempty"`
	Testing   CPOOverrideTestReleases `yaml:"testing"`
}

Jump to

Keyboard shortcuts

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