File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
util/src/main/java/io/kubernetes/client Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 3232 * API (which the Go client uses)
3333 *
3434 * <p>The protocol is undocumented as far as I can tell, but the PR that added it is here:
35- * https:// github.com/kubernetes/kubernetes/pull/33684
35+ * github.com/kubernetes/kubernetes/pull/33684
3636 *
3737 * <p>And the protocol is:
3838 *
39- * <p>web sockets on server/api/v1/namespaces/<namespace>/pods/<pod>/portforward?ports=80&ports=8080
39+ * <p>web sockets on server/api/v1/namespaces/<namespace>/pods/<pod>/portforward with
40+ * args ports=80 and ports=8080
4041 *
4142 * <p>I/O for first port (80) is on Channel 0 Err for first port (80) is on Channel 1 I/O for second
42- * port (8080) is on Channel 2 Err for second port (8080) is on Channel 3 <and so on for remaining
43+ * port (8080) is on Channel 2 Err for second port (8080) is on Channel 3 < and so on for remaining
4344 * ports>
4445 *
4546 * <p>The first two bytes of each output stream is the port that is being forwarded in little-endian
You can’t perform that action at this time.
0 commit comments