Discover Packages
github.com/jimmidyson/minishift
pkg
minishift
openshift
version
package
Version:
v1.2.0
Opens a new window with list of versions in this module.
Published: Jun 27, 2017
License: Apache-2.0
Opens a new window with license information.
Imports: 8
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
func PrintDownStreamVersions(output io .Writer , minSupportedVersion string )
func PrintUpStreamVersions(output io .Writer , minSupportedVersion string )
type ImageInfo struct {
Size int `json:"size"`
Architecture string `json:"architecture"`
Variant interface{} `json:"variant"`
Features interface{} `json:"features"`
Os interface{} `json:"os"`
OsVersion interface{} `json:"os_version"`
OsFeatures interface{} `json:"os_features"`
}
type ImageTags struct {
Count int `json:"count"`
Next string `json:"next"`
Previous interface{} `json:"previous"`
Results []Results `json:"results"`
}
type Results struct {
Name string `json:"name"`
FullSize int `json:"full_size"`
Images []ImageInfo `json:"images"`
ID int `json:"id"`
Repository int `json:"repository"`
Creator int `json:"creator"`
LastUpdater int `json:"last_updater"`
LastUpdated time .Time `json:"last_updated"`
ImageID interface{} `json:"image_id"`
V2 bool `json:"v2"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.