Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Interface ¶
type Interface interface { // ShouldUse will return true if the version selector should be used. ShouldUse() bool // Priority is the integer priority for the selector. The higher the integer, // the higher the priority. 0 is the minimum. Priority() int // SelectVersion will select a version to install. SelectVersion(versionList *spi.VersionList) (*semver.Version, string, error) String() string }
Interface is the interface for version selection implementations for installs.
func GetVersionSelectors ¶
func GetVersionSelectors() []Interface
GetVersionSelectors will return the registered version selectors for initial cluster installation.
Source Files ¶
- default_version.go
- delta_release_from_default.go
- interface.go
- latest_version_selector.go
- latest_xy.go
- latest_y_from_default_selector.go
- latest_y_from_delta.go
- latest_z_from_default_selector.go
- latest_z_from_delta.go
- middle_cluster_image_set.go
- next_version_after_prod_default.go
- oldest_cluster_image_set.go
- registry.go
- specific_image.go
- specific_nightlies.go
- triggered_nightlies.go
- utils.go
Click to show internal directories.
Click to hide internal directories.