-
Kubernetes Submit Queue authored
Automatic merge from submit-queue (batch tested with PRs 40703, 40093, 40618, 40659, 39810) Print resource name when patch is done Before: ```console $ kubectl patch deployment nginx -p '{"spec":{"progressDeadlineSeconds":200}}' "nginx" patched ``` After: ```console $ kubectl patch deployment nginx -p '{"spec":{"progressDeadlineSeconds":200}}' deployment "nginx" patched ```9574ef54