Documentation ¶
Index ¶
Constants ¶
View Source
const ( TAR = "tar.gz" ZIP = "zip" )
Variables ¶
This section is empty.
Functions ¶
func DownloadOpenShiftReleaseBinary ¶ added in v1.0.0
func DownloadOpenShiftReleaseBinary(binaryType OpenShiftBinaryType, osType minishiftos.OS, version, outputPath string) error
func GetGitHubApiToken ¶ added in v1.0.0
func GetGitHubApiToken() string
Types ¶
type OpenShiftBinaryType ¶ added in v1.0.0
type OpenShiftBinaryType string
const ( OC OpenShiftBinaryType = "oc" OPENSHIFT OpenShiftBinaryType = "openshift" )
func (OpenShiftBinaryType) String ¶ added in v1.0.0
func (t OpenShiftBinaryType) String() string
Click to show internal directories.
Click to hide internal directories.