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

Add ws_streaming_protocol and use v4 by default #20

Merged
merged 1 commit into from
Jul 19, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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