kompose/script/test/cmd
S.Çağlar Onur e6ae470830 Allow services to use same port with different protocols
kompose fails if compose file declares different protocols for the same port. eg;

...
     ports:
      - 666:666/udp
      - 666:666/tcp
...

This PR adds the port to the output and also makes sure that names are unique for each port/protocol pair.
This is supported with LoadBalancer (kubernetes/kubernetes#2995) so trying to use this config with LB panics.
2018-01-17 11:26:03 -08:00
..
fix_detached_head.sh Fixes fixture test for build context 2017-05-08 17:54:24 +05:30
globals.sh 2016 -> 2017 for licensing 2017-06-28 10:49:52 -04:00
lib.sh 2016 -> 2017 for licensing 2017-06-28 10:49:52 -04:00
make-test.sh Script for generating CLI tests: 2017-10-30 14:29:18 +05:30
tests.sh Allow services to use same port with different protocols 2018-01-17 11:26:03 -08:00