Skip to content

Commit 1e57cd4

Browse files
committed
Add error and resize channel
As defined in pkg/kubelet/server/remotecommand/websocket.go
1 parent 4161949 commit 1e57cd4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

kubernetes/client/ws_client.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@
2424
STDIN_CHANNEL = 0
2525
STDOUT_CHANNEL = 1
2626
STDERR_CHANNEL = 2
27+
ERROR_CHANNEL = 3
28+
RESIZE_CHANNEL = 4
2729

2830

2931
class WSClient:

0 commit comments

Comments
 (0)