helm

package
v0.0.0-...-f5e5cd8 Latest Latest
Warning

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

Go to latest
Published: Jan 7, 2025 License: MIT Imports: 21 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Chart

type Chart struct {
	// contains filtered or unexported fields
}

func (*Chart) DefaultValues

func (c *Chart) DefaultValues() map[string]any

func (*Chart) MergeValues

func (c *Chart) MergeValues(parameters api.HelmRenderParameters) (map[string]any, error)

type ChartProvider

type ChartProvider struct {
	// contains filtered or unexported fields
}

func NewChartProvider

func NewChartProvider(helmChartCache *cache.HelmChartCache, gitRepositoryCache *cache.GitRepositoryCache) *ChartProvider

func (*ChartProvider) GetHelmChart

func (p *ChartProvider) GetHelmChart(ctx context.Context, abstractReference api.HelmChartReference) (*Chart, error)

func (*ChartProvider) ListHelmCharts

func (p *ChartProvider) ListHelmCharts(ctx context.Context, abstractReference api.HelmRepositoryReference) ([]map[string]any, error)

type ChartRenderer

type ChartRenderer struct {
	// contains filtered or unexported fields
}

func NewChartRenderer

func NewChartRenderer(defaultKubernetesAPIVersions []string) *ChartRenderer

func (*ChartRenderer) Render

func (r *ChartRenderer) Render(_ context.Context, helmChart *Chart, parameters *api.HelmRenderParameters) ([]api.Manifest, *api.HelmRenderMetadata, error)

Jump to

Keyboard shortcuts

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