kompose/pkg/transformer
Charlie Drage cb30bd5f51 Add provider to file output
Adds the provider name to the file output. For example:

```sh
INFO OpenShift file "frontend-service.yaml" created
INFO OpenShift file "redis-master-service.yaml" created
INFO OpenShift file "redis-slave-service.yaml" created
INFO OpenShift file "frontend-deploymentconfig.yaml" created
INFO OpenShift file "frontend-imagestream.yaml" created
INFO OpenShift file "redis-master-deploymentconfig.yaml" created
INFO OpenShift file "redis-master-imagestream.yaml" created
INFO OpenShift file "redis-slave-deploymentconfig.yaml" created
INFO OpenShift file "redis-slave-imagestream.yaml" created
```
2017-05-23 15:08:50 -04:00
..
kubernetes Add provider to file output 2017-05-23 15:08:50 -04:00
openshift Use BuildConfig reaper to delete BuildConfig with all related pods 2017-05-16 17:56:38 +02:00
transformer.go Kompose will keep trying its job 2017-04-03 18:19:06 +02:00
utils_test.go Add provider to file output 2017-05-23 15:08:50 -04:00
utils.go Add provider to file output 2017-05-23 15:08:50 -04:00