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.33.0 (latest)
Published
Apr 23, 2025
Platform
linux/amd64
Imports
1 packages
Last checked
1 hour ago

Tools for package owners.