kompose/pkg/loader/compose
Suraj Narwade 6d4c8f9b78 Kompose will read input from stdin
Resolves issue #870

for example,

```
$ cat docker-compose.yaml | kompose convert -f -
INFO Kubernetes file "frontend-service.yaml" created
INFO Kubernetes file "redis-master-service.yaml" created
INFO Kubernetes file "redis-slave-service.yaml" created
INFO Kubernetes file "frontend-deployment.yaml" created
INFO Kubernetes file "redis-master-deployment.yaml" created
INFO Kubernetes file "redis-slave-deployment.yaml" created
```

Added integration test for the same.
`
2018-03-07 12:49:21 +05:30
..
compose_test.go Added sirupsen and updated all occurances 2017-11-27 12:28:46 +05:30
compose.go Kompose will read input from stdin 2018-03-07 12:49:21 +05:30
utils.go Refactor label names to const strings 2018-02-25 14:32:00 +08:00
v1v2.go Refactor label names to const strings 2018-02-25 14:32:00 +08:00
v3.go Fix broken links for volume in comments 2018-03-03 19:25:39 +08:00