kompose/pkg
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
..
app Refactor package app to use const rather than raw string 2018-02-08 19:43:57 +08:00
kobject Add kompose.service.expose.tls-secret 2017-12-18 15:56:38 +00:00
loader Kompose will read input from stdin 2018-03-07 12:49:21 +05:30
testutils Test Headless Services 2017-01-25 11:28:29 +01:00
transformer Merge pull request #907 from caglar10ur/serviceports 2018-03-07 12:29:05 +05:30
utils Push image without authentication 2018-01-26 10:52:21 +03:00
version 1.10.0 Release 2018-03-06 10:43:38 -05:00