kompose/pkg
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
..
app Added sirupsen and updated all occurances 2017-11-27 12:28:46 +05:30
kobject Add kompose.service.expose.tls-secret 2017-12-18 15:56:38 +00:00
loader Add kompose.service.expose.tls-secret 2017-12-18 15:56:38 +00:00
testutils Test Headless Services 2017-01-25 11:28:29 +01:00
transformer Allow services to use same port with different protocols 2018-01-17 11:26:03 -08:00
utils Fix pushing image to registry #893 2017-12-26 22:51:42 +00:00
version 1.7.0 Release 2018-01-04 12:09:19 -05:00