Documentation ¶
Overview ¶
Package render contains code for rendering Kubernetes manifests from Helm charts
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Options ¶
type Options struct { Releases []terra.Release // Releases list of releases that will be rendered ReleaseScoped bool // ReleaseScoped true implies we are rendering a specific release, like leonardo, and not all releases in a cluster or env Stdout bool // Stdout if true, render to stdout instead of output directory OutputDir string // OutputDir output directory where manifests should be rendered ChartSourceDir string // ChartSourceDir path on filesystem where chart sources live ResolverMode resolver.Mode // ResolverMode resolver mode ParallelWorkers int // ParallelWorkers number of parallel workers }
Options encapsulates CLI options for a render
Click to show internal directories.
Click to hide internal directories.