kompose/pkg/transformer
Charlie Drage ee2946c810 Fix container_name incorrectly being generated
Checks to see if "container_name" is used correctly in a docker-compose
file conversion and updates the changes respectively in the outputted
artifact files.

For example with container_name set as myfoobarname, the change will
correctly update the "containerNames" portion of the deployment-config
for OpenShift.

"imageChangeParams": {
  "automatic": true,
  "containerNames": [
    "myfoobarname"
  ],
  "from": {
    "kind": "ImageStreamTag",
    "name": "rabbit:3.6.1"
  }
}

Closes https://github.com/kubernetes-incubator/kompose/issues/301
2016-12-08 13:49:11 -05:00
..
kubernetes Add tests for user directive 2016-11-25 10:13:42 +01:00
openshift Fix container_name incorrectly being generated 2016-12-08 13:49:11 -05:00
transformer.go Fix license headers, This closes #223 2016-11-01 15:01:27 +01:00
utils.go Fix license headers, This closes #223 2016-11-01 15:01:27 +01:00