Files
kubernetes/pkg/kubectl/cmd
Kubernetes Submit Queue 61a5d23e0f Merge pull request #36603 from fabianofranz/fix_lists_in_convert
Automatic merge from submit-queue

Fix handling lists in kubectl convert

Fixes https://github.com/kubernetes/kubernetes/issues/36722

When handling multiple objects in `kubectl convert` (for example in `kubectl convert -f .` with multiple files in current directory) the objects must be managed as a list instead of individually, otherwise `-o yaml|json` will generate invalid format (just multiple json/yaml objects concatenated) which can't be fed to `kubectl create` like in `kubectl convert -f . | kubectl create -f -`.


```release-note
NONE
```
2016-11-14 12:21:16 -08:00
..
2016-11-09 11:46:59 -08:00
2016-11-09 11:46:59 -08:00
2016-10-21 17:32:32 -07:00
2016-11-04 21:17:12 +01:00
2016-11-09 11:46:59 -08:00
2016-11-09 11:46:59 -08:00
2016-11-09 11:46:59 -08:00
2016-11-09 11:46:59 -08:00
2016-10-29 20:24:54 -07:00
2016-10-29 20:24:54 -07:00
2016-11-09 11:46:59 -08:00
2016-10-29 13:30:47 -07:00
2016-11-09 11:46:59 -08:00
2016-11-09 11:46:59 -08:00
2016-11-09 11:46:59 -08:00
2016-11-09 11:46:59 -08:00
2016-11-04 07:50:31 -04:00
2016-11-09 11:46:59 -08:00
2016-11-09 11:46:59 -08:00
2016-11-09 11:46:59 -08:00