Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // TODO: This goes away when control-plane-operator becomes another component // in the OCP payload. HyperShiftImage = "registry.ci.openshift.org/hypershift/hypershift:latest" )
Functions ¶
This section is empty.
Types ¶
type OCPVersion ¶
type OCPVersion struct {
Name string `json:"name"`
PullSpec string `json:"pullSpec"`
DownloadURL string `json:"downloadURL"`
}
func LookupDefaultOCPVersion ¶
func LookupDefaultOCPVersion() (OCPVersion, error)
Click to show internal directories.
Click to hide internal directories.