listgenerator

package
v1.4.1-rc1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 15, 2023 License: Apache-2.0 Imports: 12 Imported by: 0

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.

func (*Generator) Generate

func (g *Generator) Generate() error

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL