helm

package
v0.0.0-...-68136ef Latest Latest
Warning

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

Go to latest
Published: Jun 13, 2020 License: Apache-2.0 Imports: 17 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Option

type Option func(*options) error

Option configures a ResourceProducer.

func WithReleaseName

func WithReleaseName(name string) Option

WithReleaseName configures the Helm release name used to render resources.

func WithReleaseNamespace

func WithReleaseNamespace(namespace string) Option

WithReleaseNamespace configures the Helm release namespace used to render resources.

func WithValues

func WithValues(v chartutil.Values) Option

WithValues configures the Helm values used to render resources.

type Resources

type Resources []*unstructured.Unstructured

Resources generated by rendering a Helm chart.

func Render

func Render(chartURL string, o ...Option) (Resources, error)

Render a Helm chart as a slice of Unstructured objects. The supplied Helm chart URL must be an HTTP or HTTPS URL trusted by the system.

Jump to

Keyboard shortcuts

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