kompose/pkg/transformer/kubernetes
Suraj Narwade 126d9820c4 Adding --controller flag in up & down
To make `kompose up` & `kompose convert` equal in feature, This PR will
add `--controller` flag for `kompose up` as well as `kompose down`
so that user experience will be the same for `up` & `convert`
Resolves #798

since we are adding `--controller` to `up` and `down`, So respective code to deploy and undeploy also being added for `daemonset` and `replicationcontroller`

Added tests for `--controller`
2017-11-27 15:26:24 +05:30
..
k8sutils_test.go Fix the cpu limits and requests in generated deployment file 2017-10-09 19:22:31 +08:00
k8sutils.go Add env_file + ConfigMaps feature to Kompose 2017-10-10 12:40:49 -04:00
kubernetes_test.go Adding save command to annotation 2017-08-14 12:22:33 +05:30
kubernetes.go Adding --controller flag in up & down 2017-11-27 15:26:24 +05:30