split admissionregistration.v1beta1/Webhook into MutatingWebhook and ValidatingWebhook#78491
split admissionregistration.v1beta1/Webhook into MutatingWebhook and ValidatingWebhook#78491jpbetz wants to merge 2 commits intokubernetes:masterfrom
Conversation
f8176b7 to
78767d6
Compare
7d21e7f to
f20dacf
Compare
staging/src/k8s.io/apiserver/pkg/admission/configuration/validating_webhook_manager.go
Outdated
Show resolved
Hide resolved
staging/src/k8s.io/apiserver/pkg/admission/plugin/webhook/generic/webhook.go
Outdated
Show resolved
Hide resolved
staging/src/k8s.io/apiserver/pkg/admission/plugin/webhook/accessors.go
Outdated
Show resolved
Hide resolved
|
/test pull-kubernetes-integration |
liggitt
left a comment
There was a problem hiding this comment.
this looks really good, just a few nits. go ahead and squash down to generated/non-generated commits
fwiw, I also tested this with #78309 and json/proto/yaml serialization/deserialization/round-tripping had no complaints against 1.14.0 and master data
staging/src/k8s.io/apiserver/pkg/admission/configuration/validating_webhook_manager.go
Outdated
Show resolved
Hide resolved
staging/src/k8s.io/apiserver/pkg/admission/plugin/webhook/accessors.go
Outdated
Show resolved
Hide resolved
staging/src/k8s.io/apiserver/pkg/admission/plugin/webhook/accessors.go
Outdated
Show resolved
Hide resolved
staging/src/k8s.io/apiserver/pkg/admission/plugin/webhook/util/client_config.go
Outdated
Show resolved
Hide resolved
…hook and ValidatingWebhook
f325812 to
625e9a6
Compare
Done. I'll keep an eye on CI. |
…ValidatingWebhook
|
/lgtm |
|
/retest |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: jpbetz, liggitt The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
/retest |
|
Well done! |
|
/hold code-freeze queue management :) |
|
/cc @jennybuckley |
|
merged in #78505 /close |
|
@liggitt: Closed this PR. DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
What type of PR is this?
/kind feature
What this PR does / why we need it:
Per discussions in the mutating admission plugin reinvocation design (kubernetes/enhancements#1049) we need to split these types before introducing the ReinvocationPolicy field.