Fix exec parameter parsing (#580)

Exec seems to be broken by ad6fbba806
This change basically copies what's in remotecommand.NewOptions, just
without the logging.
This commit is contained in:
Brian Goff
2019-04-25 15:51:53 -07:00
committed by GitHub
parent 3da9b0d105
commit 449eb3bb7d
2 changed files with 31 additions and 21 deletions

1
Gopkg.lock generated
View File

@@ -1849,6 +1849,7 @@
"k8s.io/client-go/tools/watch",
"k8s.io/client-go/util/workqueue",
"k8s.io/kubernetes/pkg/api/v1/pod",
"k8s.io/kubernetes/pkg/apis/core",
"k8s.io/kubernetes/pkg/apis/core/pods",
"k8s.io/kubernetes/pkg/apis/core/v1/helper",
"k8s.io/kubernetes/pkg/fieldpath",