# Functions
DefaultingWebhookFor creates a new webhook for Defaulting the provided object type.
ValidatingWebhookFor creates a new Webhook for validating the provided object type.
# Interfaces
Controller defines an interface for a webhook admission controller.
Defaulter defines functions for setting defaults on resource.
ObjectGetter defines an interface for getting an object of any type, depending on the controller's target object type, in a generic form.
Validator defines functions for validating an operation.
# Type aliases
DefaultFunc is a function in the defaulting function chain, which forms a defaulter pipeline.
Validate-Funcs are functions in validating function chain, which forms a validating pipeline for a type of operation.
No description provided by the author
No description provided by the author