chartversion

package
v0.0.0-...-3e220e4 Latest Latest
Warning

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

Go to latest
Published: Mar 5, 2024 License: GPL-3.0 Imports: 30 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Auth

type Auth struct {
	User     string
	Password string
	Cert     string
	Key      string
	Ca       string
}

Auth represents struct with auth data for a repo

type ChartVersion

type ChartVersion struct {
	Version *repo.ChartVersion
	Obj     *chart.Chart

	Templates     []*chart.File
	CRDs          []*chart.File
	DefaultValues map[string]interface{}
	// contains filtered or unexported fields
}

ChartVersion represents struct with needed data for returning needed data for managing a release

func New

func New(version, namespace string, chartObj *helmv1alpha1.Chart, vals chartutil.Values, index repo.ChartVersions, scheme *runtime.Scheme, logger logr.Logger, k8sclient client.WithWatch, g utils.HTTPClientInterface) (*ChartVersion, error)

func (*ChartVersion) CreateOrUpdateSubCharts

func (chartVersion *ChartVersion) CreateOrUpdateSubCharts() error

func (*ChartVersion) ManageSubResources

func (chartVersion *ChartVersion) ManageSubResources() error

func (*ChartVersion) Prepare

func (chartVersion *ChartVersion) Prepare(config *action.Configuration) error

Jump to

Keyboard shortcuts

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