# Functions
NewChain returns a new chain.
NewWebhook is a validating webhook and will return a webhook ready for a type of resource it will validate the received resources.
TraceValidator will wrap the validator and trace the received validator.
# Structs
Chain is a chain of validators that will execute secuentially all the validators that have been added to it.
ValidatorResult is the result of a validator.
WebhookConfig is the Validating webhook configuration.
# Interfaces
Validator knows how to validate the received kubernetes object.
# Type aliases
ValidatorFunc is a helper type to create validators from functions.