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

Commit

Permalink
Merge pull request #20 from jraby/add_ws_streaming_protocol
Browse files Browse the repository at this point in the history
Add ws_streaming_protocol and use v4 by default
  • Loading branch information
mbohlool authored Jul 19, 2017
2 parents 7f9231e + a2ae213 commit 1110248
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions configuration.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,9 @@ def __init__(self):
# 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):
"""
Expand Down

0 comments on commit 1110248

Please sign in to comment.