Merge pull request #20 from jraby/add_ws_streaming_protocol

Add ws_streaming_protocol and use v4 by default
This commit is contained in:
Mehdy Bohlool 2017-07-19 04:47:53 -07:00 committed by GitHub
commit 1110248545

View File

@ -90,6 +90,9 @@ class ConfigurationObject(object):
# When set to `None`, will default to whatever urllib3 uses
self.connection_pool_maxsize = None
# WebSocket subprotocol to use for exec and portforward.
self.ws_streaming_protocol = "v4.channel.k8s.io"
@property
def logger_file(self):
"""