apiserverk8s.io/apiserver/pkg/util/wsstream Index | Files

package wsstream

import "k8s.io/apiserver/pkg/util/wsstream"

Deprecated: This WebSockets package under apiserver is no longer in use. Please use the apimachinery version of the package at:

k8s.io/apimachinery/pkg/util/httpstream/wsstream

Index

Constants

const (
	ChannelWebSocketProtocol       = apimachinerywsstream.ChannelWebSocketProtocol
	Base64ChannelWebSocketProtocol = apimachinerywsstream.Base64ChannelWebSocketProtocol
)

Aliases for all exported symbols previously in "conn.go"

Variables

var (
	IsWebSocketRequest         = apimachinerywsstream.IsWebSocketRequest
	IgnoreReceives             = apimachinerywsstream.IgnoreReceives
	NewDefaultChannelProtocols = apimachinerywsstream.NewDefaultChannelProtocols
)
var NewDefaultReaderProtocols = apimachinerywsstream.NewDefaultReaderProtocols

Types

type ChannelProtocolConfig

type ChannelProtocolConfig = apimachinerywsstream.ChannelProtocolConfig

type ChannelType

type ChannelType = apimachinerywsstream.ChannelType

type Conn

type Reader

type ReaderProtocolConfig

type ReaderProtocolConfig = apimachinerywsstream.ReaderProtocolConfig

Aliases for all exported symbols previously in "stream.go"

Source Files

legacy.go

Version
v0.29.0-alpha.3
Published
Nov 3, 2023
Platform
js/wasm
Imports
1 packages
Last checked
2 seconds ago

Tools for package owners.