Skip to main content

lib/k8s/api/v1/streamingApi

Index

Interfaces

InterfaceDescription
StreamArgsConfigure a stream with... StreamArgs.
StreamResultsParams-

Type Aliases

Type aliasDescription
StreamErrCb-
StreamResultsCb-
StreamUpdate-
StreamUpdatesCb-

Functions

FunctionDescription
connectStreamConnects to a WebSocket stream at the specified path and returns an object with a close function and a socket property. Sends messages to cb callback.
connectStreamWithParamsconnectStreamWithParams is a wrapper around connectStream that allows for more flexibility in the parameters that can be passed to the WebSocket connection.
streamEstablishes a WebSocket connection to the specified URL and streams the results to the provided callback function.
streamResultFetches the data and watches for changes to the data.
streamResultsStreams the results of a Kubernetes API request.
streamResultsForCluster-