Move diff command to root rather than alpha

New command is now `kubectl diff` rather than `kubectl alpha diff` since
it's moving out of alpha soon, and will be using dry-run apply to
produce the diff rather than the custom merge logic.
This commit is contained in:
Antoine Pelisse
2018-09-27 11:08:55 -07:00
parent 0787715978
commit e1eadc5031
8 changed files with 10 additions and 10 deletions

View File

@@ -1,3 +0,0 @@
This file is autogenerated, but we've stopped checking such files into the
repository to reduce the need for rebases. Please run hack/generate-docs.sh to
populate this file.