Files
kubernetes/hack
Kubernetes Submit Queue 1f1f3692bd Merge pull request #38445 from brendandburns/configmap2
Automatic merge from submit-queue (batch tested with PRs 38445, 40292)

Add the ability to edit fields within a config map.

Addresses part of https://github.com/kubernetes/kubernetes/issues/36222

Example command:

```console
$ kubectl edit configmap foo --config-map-data=bar
```

Will open the data element named `bar` in the `ConfigMap` named `foo` in `$EDITOR`, the edited contents are then updated back to the config map.

@kubernetes/sig-cli 

```release-note
Add a special purpose tool for editing individual fields in a ConfigMap with kubectl
```
2017-01-23 08:11:06 -08:00
..
2016-12-27 16:19:43 -08:00
2017-01-19 11:10:48 -08:00
2017-01-19 13:06:47 +01:00
2016-12-14 06:03:00 -08:00
2017-01-11 08:15:34 -05:00
2016-08-02 10:27:29 -04:00
2017-01-05 14:14:06 -08:00
2017-01-05 14:14:06 -08:00
2016-12-06 13:45:10 -05:00
2016-10-19 09:47:21 -04:00
2016-12-14 06:03:00 -08:00