Documentation ¶
Overview ¶
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 ¶
View Source
const ( ChannelWebSocketProtocol = apimachinerywsstream.ChannelWebSocketProtocol Base64ChannelWebSocketProtocol = apimachinerywsstream.Base64ChannelWebSocketProtocol )
Aliases for all exported symbols previously in "conn.go"
View Source
const ( IgnoreChannel = apimachinerywsstream.IgnoreChannel ReadChannel = apimachinerywsstream.ReadChannel WriteChannel = apimachinerywsstream.WriteChannel ReadWriteChannel = apimachinerywsstream.ReadWriteChannel )
Variables ¶
View Source
var ( IsWebSocketRequest = apimachinerywsstream.IsWebSocketRequest IgnoreReceives = apimachinerywsstream.IgnoreReceives NewDefaultChannelProtocols = apimachinerywsstream.NewDefaultChannelProtocols )
View Source
var NewConn = apimachinerywsstream.NewConn
View Source
var NewDefaultReaderProtocols = apimachinerywsstream.NewDefaultReaderProtocols
View Source
var NewReader = apimachinerywsstream.NewReader
Functions ¶
This section is empty.
Types ¶
type ChannelProtocolConfig ¶
type ChannelProtocolConfig = apimachinerywsstream.ChannelProtocolConfig
type ChannelType ¶
type ChannelType = apimachinerywsstream.ChannelType
type Conn ¶
type Conn = apimachinerywsstream.Conn
type Reader ¶
type Reader = apimachinerywsstream.Reader
type ReaderProtocolConfig ¶
type ReaderProtocolConfig = apimachinerywsstream.ReaderProtocolConfig
Aliases for all exported symbols previously in "stream.go"
Click to show internal directories.
Click to hide internal directories.