kompose/pkg/transformer/kubernetes
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
..
k8sutils_test.go Add CPU limit, CPU Reservation and Memory Reservation 2017-08-03 09:41:14 -04:00
k8sutils.go Added support for group_add key 2017-08-10 11:54:35 +05:30
kubernetes_test.go Adding save command to annotation 2017-08-14 12:22:33 +05:30
kubernetes.go Handling Volume at early stage 2017-07-26 19:59:05 +05:30