mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-10-07 11:04:44 +00:00
Automatic merge from submit-queue (batch tested with PRs 49237, 49656, 49980, 49841, 49899) GC shouldn't send empty patch The scope of the `if` statement was wrong, causing GC to sometimes send empty patch. Found this bug while investigating https://github.com/kubernetes/kubernetes/issues/49966.