Documentation
¶
Index ¶
- func GetImageList(optional bool, kubernetesVersion string, groups []map[string]string) []string
- func GetImages(cleanTag string, optional bool, kubernetesVersion string, ...) []string
- func GetSupportedDistros() []string
- func GetSupportedKubernetesVersions() []string
- func GetVclusterDependencyImageMaps(distro string) []map[string]string
- func GetVclusterImages(optional bool, cleanTag string) []string
- func Main()
- func UniqueAppend(slice []string, elem ...string) []string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetImageList ¶
GetImageList returns a list of images based on the given groups If latest is true, only the latest image of each group is returned If kubernetesVersion is specified, only the images matching the version are returned
func GetImages ¶
func GetImages(cleanTag string, optional bool, kubernetesVersion string, kubernetesDistro string) []string
GetImages returns a list of images based on the given parameters
func GetSupportedDistros ¶
func GetSupportedDistros() []string
GetSupportedDistros returns a list of supported Kubernetes distros
func GetSupportedKubernetesVersions ¶
func GetSupportedKubernetesVersions() []string
GetSupportedKubernetesVersions returns a list of supported Kubernetes versions
func GetVclusterDependencyImageMaps ¶
GetVclusterDependencyImageMaps returns a list of maps containing vcluster image versions
func GetVclusterImages ¶
GetVclusterImages returns a list of vcluster images
func UniqueAppend ¶
UniqueAppend Appends unique elements to the slice
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.