Commit 4856e73
committed
Make sure the port forwarding protocol is always lowercase
The ServicePort.Protocol is always uppercase, e.g. "TCP", but the
api.IPPort.protocol is always lowercase, i.e. "tcp".
Since UDP support was added in #2411 the hostagent filters on the
protocol values.
Signed-off-by: Jan Dubois <[email protected]>1 parent 9afb25c commit 4856e73
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
10 | 11 | | |
11 | 12 | | |
12 | 13 | | |
| |||
142 | 143 | | |
143 | 144 | | |
144 | 145 | | |
145 | | - | |
| 146 | + | |
146 | 147 | | |
147 | 148 | | |
148 | 149 | | |
| |||
0 commit comments