lib/k8s/api/v1/streamingApi
Index
Interfaces
| Interface | Description |
|---|---|
| StreamArgs | Configure a stream with... StreamArgs. |
| StreamResultsParams | - |
Type Aliases
| Type alias | Description |
|---|---|
| StreamErrCb | - |
| StreamResultsCb | - |
| StreamUpdate | - |
| StreamUpdatesCb | - |
Functions
| Function | Description |
|---|---|
| connectStream | Connects 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. |
| connectStreamWithParams | connectStreamWithParams is a wrapper around connectStream that allows for more flexibility in the parameters that can be passed to the WebSocket connection. |
| stream | Establishes a WebSocket connection to the specified URL and streams the results to the provided callback function. |
| streamResult | Fetches the data and watches for changes to the data. |
| streamResults | Streams the results of a Kubernetes API request. |
| streamResultsForCluster | - |