Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( HypershiftImageBase = "quay.io/hypershift/hypershift-operator" HypershiftImageTag = "latest" HyperShiftImage = fmt.Sprintf("%s:%s", HypershiftImageBase, HypershiftImageTag) )
Functions ¶
func NewVersionCommand ¶
Types ¶
type OCPVersion ¶
type OCPVersion struct { Name string `json:"name"` PullSpec string `json:"pullSpec"` DownloadURL string `json:"downloadURL"` }
func LookupDefaultOCPVersion ¶
func LookupDefaultOCPVersion(releaseStream string) (OCPVersion, error)
Click to show internal directories.
Click to hide internal directories.