Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DisplayOptions ¶
DisplayOptions represents the options that can be passed to the `display` command.
type EKSDistroLatestReleases ¶
type EKSDistroLatestReleases struct { Releases []EKSDistroRelease `json:"releases"` Latest string `json:"latest"` }
type EKSDistroRelease ¶
type GoVersionSourceOfTruth ¶
GoVersionSourceOfTruth represents the source of truth file and search string to get the Go version for a particular project.
type ImageMetadata ¶
type ProjectVersionInfo ¶
type ProjectVersionInfo struct { Org string Repo string CurrentVersion string LatestVersion string }
ProjectVersionInfo represents the current and latest revision for a project.
type ProjectsList ¶
type ProjectsList struct {
Projects []Project `yaml:"projects"`
}
ProjectsList represents the top-level projects list in the upstream projects tracker file.
type ReleaseTarball ¶
type ReleaseTarball struct { AssetName string BinaryName string Extract bool OverrideAssetURL string TrimLeadingVersionPrefix bool }
ReleaseTarball represents the GitHub release asset name, binary name and related settings to get the Go version for a particular project.
type UpgradeOptions ¶
UpgradeOptions represents the options that can be passed to the `upgrade` command.
Click to show internal directories.
Click to hide internal directories.