Documentation ¶
Overview ¶
Package validation provides default Validator's that can be run with a list of arbitrary objects. The defaults exposed here consist of all Validator's implemented by this validation library.
Each default Validator runs an independent set of validation functions on a set of objects. To run all implemented Validator's, use AllValidators. The Validator will not be run on objects of an inappropriate type.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var AllValidators = interfaces.Validators{ BundleValidator, }
AllValidators implements Validator to validate all Operator manifest types.
View Source
var BundleValidator = RegistryBundleValidator
BundleValidator implements Validator to validate Bundles.
View Source
var RegistryBundleValidator interfaces.Validator = interfaces.ValidatorFunc(validateBundles)
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.