helm

package
v0.0.0-...-1ae172a Latest Latest
Warning

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

Go to latest
Published: Oct 8, 2023 License: Apache-2.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ChartGeneration

type ChartGeneration struct {
	// 是否需要修改Chart.yaml版本
	NeedModifyVersion bool
	// Chart版本
	PackageVersion string
	AppVersion     string
	// Chart文件
	Files map[string]interface{}

	// 文件内容是否base64
	Base64Encoded bool
}

func (*ChartGeneration) GenerateChart

func (c *ChartGeneration) GenerateChart() (chartDir, chartPath string, err error)

func (*ChartGeneration) ModifyChartVersion

func (c *ChartGeneration) ModifyChartVersion() error

func (*ChartGeneration) WriteChartFiles

func (c *ChartGeneration) WriteChartFiles(chartDir string, files map[string]interface{}) (err error)

Jump to

Keyboard shortcuts

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