Documentation
¶
Index ¶
- type Processor
- func (p *Processor) Process() error
- func (p *Processor) WithChartConfig(config *config.ChartConfig) *Processor
- func (p *Processor) WithCrdsDir(crdsDir string) *Processor
- func (p *Processor) WithLogger(logger logr.Logger) *Processor
- func (p *Processor) WithSuppressNamespace(suppress bool) *Processor
- func (p *Processor) WithTemplatesDir(templatesDir string) *Processor
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Processor ¶
type Processor struct {
// contains filtered or unexported fields
}
func NewProcessor ¶
func NewProcessor() *Processor
func (*Processor) WithChartConfig ¶
func (p *Processor) WithChartConfig(config *config.ChartConfig) *Processor
func (*Processor) WithCrdsDir ¶
func (*Processor) WithSuppressNamespace ¶
func (*Processor) WithTemplatesDir ¶
Click to show internal directories.
Click to hide internal directories.