# Functions
New returns a new ObjectValidator.
NewUsingContext returns a new validator that uses the provided kubeValidator with no context.
# Constants
ErrorTypeCode indicates an error is being returned.
WarningTypeCode indicates a warning is being returned.
# Variables
Nop is used for no-op validator results.
# Structs
ObjectValidator provides a mechanism for grouping various validators for a given object type.
UsingContext allows us to use kube-openapi validators without context usage to conform our interfaces that require it.
Validation represents a failure of a file condition.
# Interfaces
A Validator validates data and returns a validation result.