k3s/pkg/apis/admission/v1alpha1
cheftako dac3c2e168 Admission request/response handling
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.
2017-11-17 14:22:55 -08:00
..
BUILD Admission request/response handling 2017-11-17 14:22:55 -08:00
doc.go move admission/v1alpha1 to k8s.io/api 2017-07-18 13:26:20 -07:00
register.go move admission/v1alpha1 to k8s.io/api 2017-07-18 13:26:20 -07:00
zz_generated.conversion.go Admission request/response handling 2017-11-17 14:22:55 -08:00
zz_generated.defaults.go