Files
kubernetes/pkg/kubectl/cmd/patch.go
juanvallejo 7410acf4ab Prevent "patched" output on obj not patched
This patch compares an original object against a patched object returned
from the server and only announces that the object was successfully
patched if the object returned from the server does not equal the
original object.
2016-12-09 19:01:27 -05:00

8.5 KiB