Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Generator ¶
type Generator struct { // All generated images, map[image]map[source]true LinuxImages map[string]map[string]bool WindowsImages map[string]map[string]bool RKE1LinuxImages map[string]map[string]bool RKE2LinuxImages map[string]map[string]bool K3sLinuxImages map[string]map[string]bool RKE2WindowsImages map[string]map[string]bool RKE1Versions map[string]bool RKE2Versions map[string]bool K3sVersions map[string]bool // contains filtered or unexported fields }
Generator is a generator to generate image list from charts, KDM data, etc.
func NewGenerator ¶ added in v1.7.3
func NewGenerator(o *GeneratorOption) (*Generator, error)
type GeneratorOption ¶ added in v1.7.3
type GeneratorOption struct { RancherVersion string MinKubeVersion string 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. InsecureSkipTLS bool RemoveDeprecatedKDM bool }
Click to show internal directories.
Click to hide internal directories.