Versions in this module Expand all Collapse all v4 v4.1.0 May 1, 2019 Changes in this version + func DeprecatedGetParameterByNameInternal(t *templateapi.Template, name string) *templateapi.Parameter + func GetParameterByName(t *templatev1.Template, name string) *templatev1.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) v4.0.0-alpha.0 Sep 13, 2018 Other modules containing this package gopkg.in/openshift/origin.v3