kompose/script/test/fixtures
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
..
buildargs Adding save command to annotation 2017-08-14 12:22:33 +05:30
buildconfig Adds both build and push support 2017-06-14 10:19:12 -04:00
bundles some of created objects were missing io.kompose.service label 2017-05-16 17:56:32 +02:00
change-in-volume Adding save command to annotation 2017-08-14 12:22:33 +05:30
dockerfilepath Validate dockerfilepath in buildconfig 2017-05-30 16:31:20 +05:30
entrypoint-command Adding save command to annotation 2017-08-14 12:22:33 +05:30
envvars-separators Adding save command to annotation 2017-08-14 12:22:33 +05:30
etherpad Adding save command to annotation 2017-08-14 12:22:33 +05:30
expose-service Adding save command to annotation 2017-08-14 12:22:33 +05:30
gitlab Adding save command to annotation 2017-08-14 12:22:33 +05:30
group-add Adding save command to annotation 2017-08-14 12:22:33 +05:30
keyonly-envs Adding save command to annotation 2017-08-14 12:22:33 +05:30
label-port Failing when port is specified with labels 2017-06-15 09:30:01 +05:30
mem-limit Adding save command to annotation 2017-08-14 12:22:33 +05:30
multiple-compose-files Adding save command to annotation 2017-08-14 12:22:33 +05:30
nginx-node-redis Adding save command to annotation 2017-08-14 12:22:33 +05:30
ports-with-ip Adding save command to annotation 2017-08-14 12:22:33 +05:30
ports-with-proto Adding save command to annotation 2017-08-14 12:22:33 +05:30
redis-example Move docker-compose.yml test file to tests 2017-04-04 09:09:12 -04:00
restart-options Added support for group_add key 2017-08-10 11:54:35 +05:30
service-name-change Adding save command to annotation 2017-08-14 12:22:33 +05:30
stdin-true Adding save command to annotation 2017-08-14 12:22:33 +05:30
tty-true Adding save command to annotation 2017-08-14 12:22:33 +05:30
v3 Adding save command to annotation 2017-08-14 12:22:33 +05:30
volume-mounts Adding save command to annotation 2017-08-14 12:22:33 +05:30
yaml-and-yml Adding save command to annotation 2017-08-14 12:22:33 +05:30