We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f9231e commit a2ae213Copy full SHA for a2ae213
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