chart

package
v0.0.0-...-0e15285 Latest Latest
Warning

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

Go to latest
Published: Oct 2, 2020 License: Apache-2.0 Imports: 14 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 {
	Name string
	// contains filtered or unexported fields
}

Chart is a Helm chart

func (*Chart) SubChart

func (c *Chart) SubChart(name string) (*Chart, error)

SubChart returns a sub-chart by name

func (*Chart) SubCharts

func (c *Chart) SubCharts() ([]*Chart, error)

SubCharts returns the chart's sub-charts

func (*Chart) Values

func (c *Chart) Values() *values.ImmutableValues

Values returns the chart values

type Client

type Client interface {
	// Get gets a chart by name
	Get(name string) (*Chart, error)
}

Client is a Helm chart client

func NewClient

func NewClient(config *config.Config) Client

NewClient creates a new Helm chart client

Jump to

Keyboard shortcuts

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