kompose/pkg/loader
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
..
bundle clean code 2016-08-25 00:34:54 +07:00
compose Remove Entrypoint from Kompose object 2016-09-02 10:10:34 +02:00
loader.go make loader, transformer as interfaces 2016-08-11 23:33:45 +07:00