package
0.0.0-20221205081027-fb1d94189521
Repository: https://github.com/ti-net2/apiserver.git
Documentation: pkg.go.dev
# Packages
No description provided by the author
Package errors contains utilities for admission webhook specific errors.
No description provided by the author
No description provided by the author
Package mutating makes calls to mutating webhooks during the admission process.
Package namespace defines the utilities that are used by the webhook plugin to decide if a webhook should be applied to an object based on its namespace.
Package object defines the utilities that are used by the webhook plugin to decide if a webhook should run, as long as either the old object or the new object has labels matching the webhook config's objectSelector.
Package request creates admissionReview request based on admission attributes.
No description provided by the author
Package testcerts contains generated key pairs used by the unit tests of mutating and validating webhooks.
No description provided by the author
No description provided by the author
Package validating makes calls to validating (i.e., non-mutating) webhooks during the admission process.
# Functions
NewMutatingWebhookAccessor creates an accessor for a MutatingWebhook.
NewValidatingWebhookAccessor creates an accessor for a ValidatingWebhook.
# Interfaces
WebhookAccessor provides a common interface to both mutating and validating webhook types.