gen

package
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Oct 28, 2020 License: Apache-2.0 Imports: 16 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func GenerateChart

func GenerateChart(ctx context.Context, cd *ChartData, clusterInfo *config.ClusterInfo, valuesProcessors, chartProcessors []Processor) error

Types

type ChartData

type ChartData struct {
	Name        string
	CacheDir    string
	CopiedFiles map[string]string
}

func SetupExternalChartCache

func SetupExternalChartCache(ctx context.Context, chartName string) (*ChartData, error)

func SetupInternalChartCache

func SetupInternalChartCache(ctx context.Context) ([]*ChartData, error)

type Processor

type Processor interface {
	Process(ctx context.Context, cd *ChartData, p *keyval.Parameters, r io.Reader, w io.Writer) error
}

Jump to

Keyboard shortcuts

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