kompose/script/test/fixtures/v3
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
..
docker-compose-env-subs.yaml fix env substitution for docker compose v3 2017-06-20 15:16:12 +02:00
docker-compose-env.yaml Add v3 support 2017-06-13 09:44:48 -04:00
docker-compose-full-example.yaml added support for restart-policy keys in v3 2017-07-06 17:44:19 +05:30
docker-compose-memcpu.yaml Add CPU limit, CPU Reservation and Memory Reservation 2017-08-03 09:41:14 -04:00
docker-compose-volumes.yaml Add v3 support 2017-06-13 09:44:48 -04:00
docker-compose.yaml Add v3 support 2017-06-13 09:44:48 -04:00
example1.env Add v3 support 2017-06-13 09:44:48 -04:00
example2.env Add v3 support 2017-06-13 09:44:48 -04:00
output-env-k8s.json Adding save command to annotation 2017-08-14 12:22:33 +05:30
output-env-subs.json Adding save command to annotation 2017-08-14 12:22:33 +05:30
output-k8s-full-example-template.json Adding save command to annotation 2017-08-14 12:22:33 +05:30
output-k8s-full-example.json Add CPU limit, CPU Reservation and Memory Reservation 2017-08-03 09:41:14 -04:00
output-k8s-template.json Adding save command to annotation 2017-08-14 12:22:33 +05:30
output-memcpu-k8s.json Adding save command to annotation 2017-08-14 12:22:33 +05:30
output-os-full-example.json Add CPU limit, CPU Reservation and Memory Reservation 2017-08-03 09:41:14 -04:00
output-os-template.json Adding save command to annotation 2017-08-14 12:22:33 +05:30
output-volumes-k8s-template.json Adding save command to annotation 2017-08-14 12:22:33 +05:30