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 Scope scope.Scope // Scope indicates whether to render release-specific resources, destination-specific resources, or both Stdout bool // Stdout if true, render to stdout instead of output directory OutputDir string // OutputDir output directory where manifests should be rendered DebugMode bool // DebugMode if true, pass --debug to helmfile to render out invalid manifests 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.