Files
kubernetes/pkg
Kubernetes Submit Queue 90b5d4cbd8 Merge pull request #40421 from liggitt/revert-configmapedit
Automatic merge from submit-queue (batch tested with PRs 38905, 40421)

Revert "Add the ability to edit fields within a config map."

Fixes #40396 
This reverts commit 31eca372c9.

#38445 broke edit for all resources other than configmaps:
```
$ kubectl edit serviceaccount default
Error from server (NotFound): configmaps "serviceaccount" not found
```
also, `edit` is a generic command, we can't add subcommands that claim the `configmap` space and mess with the things resourcebuilder accepts
2017-01-25 09:49:49 -08:00
..
2017-01-25 08:29:45 -05:00
2017-01-24 20:56:03 +01:00
2017-01-19 09:50:16 -05:00
2017-01-24 20:56:03 +01:00
2017-01-25 08:29:45 -05:00
2017-01-24 13:15:26 -05:00
2017-01-11 09:09:48 -05:00
2017-01-25 08:29:45 -05:00
2017-01-19 13:06:47 +01:00
2017-01-24 20:56:03 +01:00
2017-01-25 08:29:45 -05:00
2017-01-24 20:56:03 +01:00
2017-01-25 08:29:48 -05:00