PlainStreamProtocolName is a subprotocol which indicates a plain websocket stream. Mostly useful for browser connections which need to use the websocket subprotocol field to pass credentials. As a consequence they need to get a subprotocol back.
const PlainStreamProtocolName = "plain.kubevirt.io"