compose/kube
Michael Irwin e62bfc87c2
Allow unspecified protocol on exposed port in kube backend
Signed-off-by: Michael Irwin <mikesir87@gmail.com>

The Compose spec doesn't provide a default value, but the code
was defaulting to TCP in the service protocol, just not in the
name. If no protocol was specified, it would cause an invalid
service name (eg, "80-")
2021-07-12 11:23:56 -04:00
..
client Fix container name used in kube log output 2021-07-08 22:04:01 -04:00
e2e Fix lint issues 2021-03-04 18:05:23 +01:00
helm move compose API into pkg/api 2021-06-15 15:52:48 +02:00
resources Allow unspecified protocol on exposed port in kube backend 2021-07-12 11:23:56 -04:00
backend.go move compose API into pkg/api 2021-06-15 15:52:48 +02:00
compose.go Move compose v2 implementation under pkg/compose with dependencies 2021-06-15 15:52:48 +02:00
context.go Move compose v2 implementation under pkg/compose with dependencies 2021-06-15 15:52:48 +02:00
context_test.go Check context description in kube e2e 2021-02-02 17:56:01 +01:00