chart

package
v1.14.1 Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type RenderChartOptions added in v1.13.0

type RenderChartOptions struct {
	AllowDNSRequests       bool
	ChartRepoInsecure      bool
	ChartRepoSkipTLSVerify bool
	ChartRepoSkipUpdate    bool
	ChartVersion           string
	FileValues             []string
	HelmOptions            helmopts.HelmOptions
	KubeCAPath             string
	KubeVersion            *chartutil.KubeVersion
	NoStandaloneCRDs       bool
	RegistryClient         *registry.Client
	Remote                 bool
	SetValues              []string
	StringSetValues        []string
	SubNotes               bool
	ValuesFiles            []string
}

TODO(ilya-lesikov): pass missing options from top-level

type RenderChartResult added in v1.13.0

type RenderChartResult struct {
	Chart         *chart.Chart
	Notes         string
	ReleaseConfig map[string]interface{}
	ResourceSpecs []*spec.ResourceSpec
	Values        map[string]interface{}
}

func RenderChart added in v1.13.0

func RenderChart(ctx context.Context, chartPath, releaseName, releaseNamespace string, revision int, deployType common.DeployType, clientFactory kube.ClientFactorier, opts RenderChartOptions) (*RenderChartResult, error)

Jump to

Keyboard shortcuts

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