render

package
v0.0.15 Latest Latest
Warning

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

Go to latest
Published: Dec 17, 2021 License: BSD-3-Clause Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func DoRender

func DoRender(app *app.ThelmaApp, globalOptions *Options, helmfileArgs *helmfile.Args) error

DoRender constructs a multiRender and invokes all functions in correct order to perform a complete render.

Types

type Options

type Options struct {
	Env             *string       // Env If supplied, render for a single environment instead of all targets
	Cluster         *string       // Cluster If supplied, render for a single cluster instead of all targets
	Release         *string       // Release If supplied, render only the specified release
	Stdout          bool          // Stdout if true, render to stdout instead of output directory
	OutputDir       string        // Output directory where manifests should be rendered
	ChartSourceDir  string        // Path on filesystem where chart sources live
	ResolverMode    resolver.Mode // Resolver mode
	ParallelWorkers int           // ParallelWorkers Number of parallel workers
}

Options encapsulates CLI options for a render

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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