Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
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
Click to show internal directories.
Click to hide internal directories.