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
..
2017-01-05 14:14:13 -08:00
2017-01-13 16:17:44 -08:00
2016-07-29 13:29:34 -07:00
2016-12-27 16:19:43 -08:00
2017-01-20 10:51:36 +02:00
2017-01-18 07:56:01 -05:00
2017-01-19 13:13:20 -08:00
2017-01-23 08:11:06 -08:00
2017-01-21 11:15:19 +02:00
2016-12-10 01:15:30 -08:00
2017-01-19 11:10:48 -08:00
2017-01-19 13:06:47 +01:00
2016-12-14 14:33:17 -08:00
2016-12-15 10:35:16 -07:00
2016-12-15 10:35:16 -07:00
2016-12-14 13:42:15 -08:00
2016-12-12 23:25:13 -08:00
2017-01-10 14:28:19 -05:00
2016-12-14 06:03:00 -08:00
2016-12-16 11:22:44 +05:30
2017-01-11 08:15:34 -05:00
2016-10-20 16:47:20 -04:00
2016-10-20 16:47:20 -04:00
2017-01-20 11:08:35 -06:00
2017-01-10 12:27:42 -05:00
2017-01-19 11:29:16 -08:00
2016-08-02 10:27:29 -04:00
2016-08-26 12:33:06 -04:00
2016-12-17 00:07:24 +01:00
2016-12-05 19:29:34 -05:00
2016-12-05 12:43:54 +01:00
2017-01-17 09:06:34 -05:00
2017-01-05 14:14:06 -08:00
2016-10-20 16:47:20 -04:00
2017-01-22 12:27:56 +05:30
2017-01-17 09:06:34 -05:00
2017-01-17 09:06:34 -05:00
2016-12-16 17:23:43 +01:00
2017-01-06 23:45:04 -05:00
2016-12-14 06:03:00 -08:00
2016-12-14 13:42:15 -08:00
2016-12-14 13:42:15 -08:00
2017-01-17 09:06:34 -05:00
2016-10-24 18:00:08 -07:00
2016-09-14 05:35:51 -07:00
2016-12-07 14:33:34 -08:00
2016-12-26 21:59:27 -08:00
2016-10-29 14:20:39 -07:00
2016-09-22 13:30:41 -04:00
2016-11-01 15:59:50 -04:00
2017-01-05 14:14:06 -08:00
2017-01-01 22:54:32 -08:00
2016-10-17 11:50:02 -02:00
2016-12-06 13:45:10 -05:00
2017-01-10 12:27:42 -05:00
2016-11-07 02:41:50 -08:00
2016-10-21 17:32:33 -07:00
2016-10-18 11:09:38 +02:00
2016-10-29 14:20:39 -07:00
2016-10-18 11:11:03 +02:00
2016-11-03 00:43:06 -07:00
2016-08-24 13:09:13 -07:00
2016-10-19 09:47:21 -04:00
2016-11-01 01:13:11 -07:00
2016-12-20 15:48:14 -05:00
2017-01-11 21:38:08 +01:00
2016-10-29 14:20:39 -07:00
2017-01-19 10:39:07 -05:00
2016-12-14 06:03:00 -08:00
2016-10-20 16:47:20 -04:00
2016-12-21 11:44:04 -08:00