kompose/pkg/transformer
Shubham Minglani 6a151c6267 add stdin_open, tty support, add tests, fix #344
This adds supports for stdin_open: bool and
tty: bool support for kubernetes and openshift
providers in kompose. This maps to the
template.Spec.Containers[0].Stdin and
template.Spec.Containers[0].TTY in Kubernets
world.

Also, added tests.

Fixes #344
2016-12-28 15:58:45 +05:30
..
kubernetes add stdin_open, tty support, add tests, fix #344 2016-12-28 15:58:45 +05:30
openshift add stdin_open, tty support, add tests, fix #344 2016-12-28 15:58:45 +05:30
transformer.go Fix license headers, This closes #223 2016-11-01 15:01:27 +01:00
utils_test.go Switch to spf13/cobra from urfave/cli 2016-12-22 08:15:51 -05:00
utils.go implement storing to dir/file, add tests 2016-12-21 18:12:43 +05:30