✨ Reduce memory usage of default webhooks#3463
✨ Reduce memory usage of default webhooks#3463k8s-ci-robot merged 1 commit intokubernetes-sigs:mainfrom
Conversation
64da3d7 to
fdb1995
Compare
|
/cherry-pick release-0.23 |
|
@sbueringer: once the present PR merges, I will cherry-pick it on top of 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-sigs/prow repository. |
|
/assign @alvaroaleman |
fdb1995 to
46661af
Compare
46661af to
dd6334d
Compare
|
LGTM label has been added. DetailsGit tree hash: 4a51e2c233e415ddfa8c08147eaa7ba7c03b7696 |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: alvaroaleman, sbueringer 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 |
|
@sbueringer: new pull request created: #3467 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-sigs/prow repository. |
Before this PR we were always going through the JSON patch calculation which is pretty expensive.
This PR optimizes this by short-circuting if the objects are equal.