kompose/pkg/transformer/kubernetes
Abhishek 6e0b934f77 Propagate underscores into valid names
Now we can provide service name with "_" in docker-compose files and they will by converted as "-" in the generated artifacts by kompose eg, if the service name in docker-compose file is "foo_bar" then it will be converted into "foo-bar" in the generated artifacts
2017-04-03 13:06:33 +05:30
..
k8sutils_test.go return errors instead of logrus.Fatal calls 2017-03-15 13:30:21 +05:30
k8sutils.go Added support for tmpfs 2017-03-16 22:14:39 +05:30
kubernetes_test.go Added support for tmpfs 2017-03-16 22:14:39 +05:30
kubernetes.go Propagate underscores into valid names 2017-04-03 13:06:33 +05:30