package
2.7.0
Repository: https://github.com/slok/kubewebhook.git
Documentation: pkg.go.dev

# 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.