substitution

package
v0.32.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 13, 2022 License: Apache-2.0 Imports: 5 Imported by: 20

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ApplyArrayReplacements

func ApplyArrayReplacements(in string, stringReplacements map[string]string, arrayReplacements map[string][]string) []string

ApplyArrayReplacements takes an input string, and output an array of strings related to possible arrayReplacements. If there aren't any areas where the input can be split up via arrayReplacements, then just return an array with a single element, which is ApplyReplacements(in, replacements).

func ApplyReplacements

func ApplyReplacements(in string, replacements map[string]string) string

ApplyReplacements applies string replacements

func ValidateVariable

func ValidateVariable(name, value, prefix, locationName, path string, vars sets.String) *apis.FieldError

ValidateVariable makes sure all variables in the provided string are known

func ValidateVariableIsolated

func ValidateVariableIsolated(name, value, prefix, locationName, path string, vars sets.String) *apis.FieldError

ValidateVariableIsolated verifies that variables matching the relevant string expressions are completely isolated if present.

func ValidateVariableIsolatedP added in v0.17.0

func ValidateVariableIsolatedP(value, prefix string, vars sets.String) *apis.FieldError

ValidateVariableIsolatedP verifies that variables matching the relevant string expressions are completely isolated if present.

func ValidateVariableP added in v0.17.0

func ValidateVariableP(value, prefix string, vars sets.String) *apis.FieldError

ValidateVariableP makes sure all variables for a parameter in the provided string are known

func ValidateVariableProhibited

func ValidateVariableProhibited(name, value, prefix, locationName, path string, vars sets.String) *apis.FieldError

ValidateVariableProhibited verifies that variables matching the relevant string expressions do not reference any of the names present in vars.

func ValidateVariableProhibitedP added in v0.17.0

func ValidateVariableProhibitedP(value, prefix string, vars sets.String) *apis.FieldError

ValidateVariableProhibitedP verifies that variables for a parameter matching the relevant string expressions do not reference any of the names present in vars.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL