package
1.4.0-alpha.1
Repository: https://github.com/jbuberel/kubernetes.git
Documentation: pkg.go.dev

# Functions

IgnoreReceives reads from a WebSocket until it is closed, then returns.
IsWebSocketRequest returns true if the incoming request contains connection upgrade headers for WebSockets.
NewConn creates a WebSocket connection that supports a set of channels.
NewReader creates a WebSocket pipe that will copy the contents of r to a provided WebSocket connection.

# Constants

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Structs

Conn supports sending multiple binary channels over a websocket connection.
Reader supports returning an arbitrary byte stream over a websocket channel.

# Type aliases

No description provided by the author