kompose/pkg/transformer
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
..
kubernetes Adding save command to annotation 2017-08-14 12:22:33 +05:30
openshift move git and related functions from openshift. go into a separate file 2017-08-11 15:19:06 +05:30
transformer.go kubernetes-incubator -> kubernetes 2017-07-12 15:42:13 -04:00
utils_test.go Adds both build and push support 2017-06-14 10:19:12 -04:00
utils.go Adding save command to annotation 2017-08-14 12:22:33 +05:30