package
0.33.0-alpha.2
Repository: https://github.com/kubernetes/apiserver.git
Documentation: pkg.go.dev
# Functions
ApplyStructuredMergeDiff applies a structured merge diff to an object and returns a copy of the object with the patch applied.
NewApplyConfigurationPatcher creates a patcher that performs an applyConfiguration mutation.
NewJSONPatcher creates a patcher that performs a JSON Patch mutation.
No description provided by the author
# Structs
ApplyConfigurationCondition contains the inputs needed to compile and evaluate a cel expression that returns an apply configuration.
JSONPatchCondition contains the inputs needed to compile and evaluate a cel expression that returns a JSON patch value.
Request defines the arguments required by a patcher.
# Interfaces
Patcher provides a patch function to perform a mutation to an object in the admission chain.
No description provided by the author