kompose/pkg/transformer
Tomas Kral cc4f162cea
Remove Entrypoint from Kompose object
We had Command and Args together with Entrypoint in Kompose object.
This doesn't make much sense, as Entrypoint and Command are same thing.
I've removed Entrypoint from Kompose object in favor of Command to keep
same naming convensions as in Kubernetes.

Entrypoint from docker-compose.yml is now saved to Command and Command
is saved to Args (http://kubernetes.io/docs/user-guide/containers/).

docker-compose.yml | Kompose object
-------------------|---------------
  Entrypoint       |    Command
   Command         |     Args
2016-09-02 10:10:34 +02:00
..
kubernetes Remove Entrypoint from Kompose object 2016-09-02 10:10:34 +02:00
openshift clean code 2016-08-25 00:34:54 +07:00
transformer.go move k8s base functions into k8s package 2016-08-12 00:46:03 +07:00
utils.go docker-compose - fix Command and add Entrypoint support 2016-09-02 10:10:34 +02:00