package
0.0.0-20191024030528-a481964b876e
Repository: https://github.com/divinerapier/learn-kubernetes.git
Documentation: pkg.go.dev

# Functions

NewErrorStreamingDisabled creates an error for disabled streaming method.
NewErrorTooManyInFlight creates an error for exceeding the maximum number of in-flight requests.
NewServer creates a new Server for stream requests.
WriteError translates a CRI streaming error into an appropriate HTTP response.

# Variables

DefaultConfig provides default values for server Config.

# Structs

Config defines the options used for running the stream server.

# Interfaces

Runtime is the interface to execute the commands and provide the streams.
Server is the library interface to serve the stream requests.