kubectl/pkg/cmd/patch
Clayton Coleman 8a21d7e297 kubectl: Allow --patch-file to be passed to `kubectl patch`
The current structure is limited in the size of the patch it can
accept depending on the shell of the environment (for instance, a
900kb patch cannot be applied in bash 4 on Fedora 32). Allow a user
to specify `--patch-file` to provide a file containing the patch
rather than directly on the command line.

Kubernetes-commit: 6c165083ce4665dbdbc29fbdea03e538e87abaa2
2020-07-29 18:40:55 -04:00
..
patch.go kubectl: Allow --patch-file to be passed to `kubectl patch` 2020-07-29 18:40:55 -04:00
patch_test.go Modify the status code number to HTTP status semantics 2019-11-06 00:45:35 +08:00