Documentation
¶
Overview ¶
FLUX V1 DEPRECATION NOTICE. https://github.com/weaveworks/eksctl/issues/2963
FLUX V1 DEPRECATION NOTICE. https://github.com/weaveworks/eksctl/issues/2963
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FileProcessor ¶
FileProcessor can process a template file and produce an output file
type GoTemplateProcessor ¶
type GoTemplateProcessor struct {
Params TemplateParameters
}
GoTemplateProcessor is a FileProcessor that executes Go Templates
func (*GoTemplateProcessor) ProcessFile ¶
func (p *GoTemplateProcessor) ProcessFile(file File) (File, error)
ProcessFile takes a template file and executes the template applying the TemplateParameters
type TemplateParameters ¶
TemplateParameters represents the API variables that can be used to template a profile. This set of variables will be applied to the go template files found. Templates filenames must end in .templ
func NewTemplateParameters ¶
func NewTemplateParameters(clusterConfig *api.ClusterConfig) TemplateParameters
NewTemplateParameters creates a set of variables for templating given a ClusterConfig object