We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7f9231e + a2ae213 commit 1110248Copy full SHA for 1110248
1 file changed
configuration.py
@@ -90,6 +90,9 @@ def __init__(self):
90
# When set to `None`, will default to whatever urllib3 uses
91
self.connection_pool_maxsize = None
92
93
+ # WebSocket subprotocol to use for exec and portforward.
94
+ self.ws_streaming_protocol = "v4.channel.k8s.io"
95
+
96
@property
97
def logger_file(self):
98
"""
0 commit comments