Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func IsInvalidConfig ¶
IsInvalidConfig asserts invalidConfigError.
Types ¶
type Config ¶
type Config struct { // FromEnv is the release version we get from the environment. This might be // a custom release version created for testing, e.g. 100.0.0-xh3b4sd. FromEnv string // Releases are all releases to draw from using the configured release // version. See also FromEnv and FromProject. Releases []v1alpha1.Release }
Click to show internal directories.
Click to hide internal directories.