# Packages
No description provided by the author
# Functions
NewChain returns a new chain of validators.
NewWebhook is a validating webhook and will return a webhook ready for a type of resource it will validate the received resources.
# Structs
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.