kompose/pkg
Suraj Narwade ec5c4d8550 Adding save command to annotation
This command will add `kompose command` used to generate artifacts as well as `kompose version`,
for ex,

```
metadata:
    annotations:
      kompose.cmd: kompose convert -f /home/snarwade --stdout
      kompose.version: 1.0.0 (HEAD)
```

For functional test, Now each test has template like,

```
 "annotations": {
           "kompose.cmd": "%CMD%",
           "kompose.version": "%VERSION%"
```

Because, for every machine these values will be different.

Updated functional test with new annotations
2017-08-14 12:22:33 +05:30
..
app Merge pull request #704 from cdrage/graduate-from-incubator 2017-07-12 16:49:55 -04:00
kobject Added support for group_add key 2017-08-10 11:54:35 +05:30
loader Added support for group_add key 2017-08-10 11:54:35 +05:30
testutils Test Headless Services 2017-01-25 11:28:29 +01:00
transformer Adding save command to annotation 2017-08-14 12:22:33 +05:30
utils Create docker client from environment variables DOCKER_HOST, DOCKER_TLS_VERIFY, and DOCKER_CERT_PATH 2017-08-04 17:08:32 +01:00