Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Generator ¶
type Generator struct { RancherVersion string // rancher version, should be va.b.c MinKubeVersion string // minimum kube verision, should be va.b.c ChartsPaths map[string]chartimages.ChartRepoType // map[url]type ChartURLs map[string]struct { Type chartimages.ChartRepoType Branch string } KDMPath string // the path of KDM data.json file KDMURL string // the remote URL of KDM data.json WindowsImageArguments []string LinuxImageArguments []string // generated images, map[image]map[source]true GeneratedLinuxImages map[string]map[string]bool GeneratedWindowsImages map[string]map[string]bool }
Generator is a generator to generate image list from charts, KDM data, etc.
Click to show internal directories.
Click to hide internal directories.