# Functions
No description provided by the author
# Constants
ExitEarly policy errors and exits if any objects are invalid, before apply/delete of any objects.
SkipInvalid policy skips the apply/delete of invalid objects.
# Structs
Collector simplifies collecting validation errors from multiple sources and extracting the IDs of the invalid objects.
Error wraps an error with the object or objects it applies to.
Validator contains functionality for validating a set of resources prior to being used by the Apply functionality.
# Type aliases
go:generate stringer -type=Policy.