package
0.0.0-20240122084603-b51d23225312
Repository: https://github.com/oneblock-ai/webhook.git
Documentation: pkg.go.dev

# Functions

NewHandler returns a new admitter handler.
No description provided by the author
No description provided by the author

# Constants

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Variables

No description provided by the author
No description provided by the author

# Structs

DefaultMutator allows every supported operation and mutate nothing.
DefaultValidator allows every supported operation.
Handler for the admitter webhook server.
PatchOp is one patch operation.
No description provided by the author
Resource used to build the webhook rules.
ValidatorAdapter adapts a Validator to an Admitter.

# Interfaces

Admitter interface is used by AdmissionHandler to check if an operation is allowed.
Validator is a Mutator that doesn't modify received API objects.

# Type aliases

AdmissionType includes mutation and validation.
No description provided by the author
Patch returned by the mutator JSON Patch operations to mutate input data.
PatchOperation includes add, remove, replace, copy, move and test.