Documentation ¶
Overview ¶
Package validation has functions for validating the correctness of Template objects and explaining what is wrong with them when they aren't valid.
Index ¶
- func ValidateParameter(param *api.Parameter, fldPath *field.Path) (allErrs field.ErrorList)
- func ValidateProcessedTemplate(template *api.Template) field.ErrorList
- func ValidateTemplate(template *api.Template) (allErrs field.ErrorList)
- func ValidateTemplateUpdate(template, oldTemplate *api.Template) field.ErrorList
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ValidateParameter ¶
ValidateParameter tests if required fields in the Parameter are set.
func ValidateProcessedTemplate ¶
ValidateProcessedTemplate tests if required fields in the Template are set for processing
func ValidateTemplate ¶
ValidateTemplate tests if required fields in the Template are set.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.