helm

package
v0.0.8 Latest Latest
Warning

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

Go to latest
Published: Apr 9, 2024 License: Apache-2.0 Imports: 18 Imported by: 0

Documentation

Index

Constants

View Source
const (
	ReleaseGeneration = "helm.operator.dapr.io/release.generation"
	ReleaseName       = "helm.operator.dapr.io/release.name"
	ReleaseNamespace  = "helm.operator.dapr.io/release.namespace"

	ChartsDir = "helm-charts/dapr"
)

Variables

This section is empty.

Functions

func ReleaseSelector added in v0.0.6

func ReleaseSelector() (labels.Selector, error)

Types

type ChartOption added in v0.0.6

type ChartOption func(*ChartOptions)

func WithName added in v0.0.6

func WithName(value string) ChartOption

func WithPassword added in v0.0.6

func WithPassword(value string) ChartOption

func WithRepoURL added in v0.0.6

func WithRepoURL(value string) ChartOption

func WithUsername added in v0.0.6

func WithUsername(value string) ChartOption

func WithVersion added in v0.0.6

func WithVersion(value string) ChartOption

type ChartOptions added in v0.0.6

type ChartOptions struct {
	action.ChartPathOptions
	Name string
}

type Engine

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

func NewEngine

func NewEngine() *Engine

func (*Engine) Customizer added in v0.0.6

func (e *Engine) Customizer(customizer ValuesCustomizer, customizers ...ValuesCustomizer)

func (*Engine) Load added in v0.0.6

func (e *Engine) Load(options ChartOptions) (*chart.Chart, error)

func (*Engine) Render

func (e *Engine) Render(c *chart.Chart, dapr *daprApi.DaprInstance, overrides map[string]interface{}) ([]unstructured.Unstructured, error)

type Options added in v0.0.6

type Options struct {
	ChartsDir string
}

type ValuesCustomizer added in v0.0.6

type ValuesCustomizer func(map[string]any) (map[string]any, error)

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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