Skip to content
This repository was archived by the owner on Mar 13, 2022. It is now read-only.

Commit 1110248

Browse files
authored
Merge pull request #20 from jraby/add_ws_streaming_protocol
Add ws_streaming_protocol and use v4 by default
2 parents 7f9231e + a2ae213 commit 1110248

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Diff for: configuration.py

+3
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,9 @@ def __init__(self):
9090
# When set to `None`, will default to whatever urllib3 uses
9191
self.connection_pool_maxsize = None
9292

93+
# WebSocket subprotocol to use for exec and portforward.
94+
self.ws_streaming_protocol = "v4.channel.k8s.io"
95+
9396
@property
9497
def logger_file(self):
9598
"""

0 commit comments

Comments
 (0)