render

package
v0.30.19 Latest Latest
Warning

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

Go to latest
Published: Jun 2, 2026 License: Apache-2.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Object

type Object struct {
	FilePath string
	*unstructured.Unstructured
}

func Render

func Render(ctx context.Context, namespace, releaseName string, opts Options) ([]Object, error)

Render renders a nelm chart to YAML manifests without installing it Returns the rendered manifests as a YAML string

func (Object) ObjectID

func (o Object) ObjectID() string

ObjectID returns a stable identifier string for diagnostics in the form Kind/Namespace/Name (Kind/Name when cluster-scoped).

type Options

type Options struct {
	Path        string   // Path to the chart directory
	ValuesPaths []string // Paths to values files
	RootValues  string   // Values in JSON format

	ExtraCapabilitities []string // Extra capabilities
}

Options contains options for installing a Helm chart

Jump to

Keyboard shortcuts

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