Documentation ¶
Index ¶
Constants ¶
View Source
const (
DefaultReleaseStream = "4-stable-multi"
)
https://docs.ci.openshift.org/docs/getting-started/useful-links/#services
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.