• cheftako's avatar
    Admission request/response handling · dac3c2e1
    cheftako authored
    AdmissionResponse allows mutating webhook to send apiserver a json patch
    to mutate the object.
    This reflects the imperative nature of AdmissionReview. It adds
    AdmissionRequest and AdmissionResponse in place of status/spec.
    The AdmissionResponse the allows the mutating webhook
    to send back a json path with the mutated version of the requested
    object.
    Fixed the integration test to clean up properly.
    Switched test image to 1.8v5 to reflect API changes.
    Make sure to cache test framework client for cleaup test code.
    Switched to pointer for patch type.
    Factored in @liggitt's feedback.
    Factored in @lavalamp's feedback.
    dac3c2e1
Name
Last commit
Last update
..
fuzzer Loading commit data...
install Loading commit data...
v1alpha1 Loading commit data...
BUILD Loading commit data...
doc.go Loading commit data...
register.go Loading commit data...
types.go Loading commit data...
zz_generated.deepcopy.go Loading commit data...