helmfile

package
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Oct 10, 2022 License: Apache-2.0 Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ComponentInfo

type ComponentInfo struct {
	Component             string `yaml:"-" json:"-"`
	ComponentFolderPrefix string `yaml:"-" json:"-"`

	FinalComponent string         `yaml:"FinalComponent,omitempty" json:"FinalComponent,omitempty"`
	Vars           map[string]any `yaml:"vars" json:"vars"`
	WorkingDir     string         `yaml:"-" json:"-"`
}

type HelmfileProvider

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

func NewProvider

func NewProvider(conf *config.Configuration) *HelmfileProvider

func (*HelmfileProvider) InitStackContext

func (h *HelmfileProvider) InitStackContext(ctx context.Context, config schema.StackConfig) context.Context

func (*HelmfileProvider) ProcessComponentConfig

func (h *HelmfileProvider) ProcessComponentConfig(ctx context.Context, componentName string, componentConfig schema.ComponentConfig) (any, error)

Jump to

Keyboard shortcuts

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