Versions in this module Expand all Collapse all v1 v1.0.0 Jul 24, 2018 Changes in this version + func AddParameter(t *templateapi.Template, param templateapi.Parameter) + func GetParameterByName(t *templateapi.Template, name string) *templateapi.Parameter + type Processor struct + Generators map[string]Generator + func NewProcessor(generators map[string]Generator) *Processor + func (p *Processor) EvaluateParameterSubstitution(params map[string]templateapi.Parameter, in string) (string, bool) + func (p *Processor) GenerateParameterValues(t *templateapi.Template) field.ErrorList + func (p *Processor) Process(template *templateapi.Template) field.ErrorList + func (p *Processor) SubstituteParameters(params map[string]templateapi.Parameter, item runtime.Object) (runtime.Object, error)