lib/k8s/api/v2/useKubeObjectList
Index
Interfaces
| Interface | Description |
|---|---|
| ListResponse | Object representing a List of Kube object with information about which cluster and namespace it came from |
Functions
| Function | Description |
|---|---|
| getWebsocketMultiplexerEnabled | - |
| kubeObjectListQuery | Query to list Kube objects from a cluster and namespace(optional) |
| makeListRequests | Creates multiple requests to list Kube objects Handles multiple clusters, namespaces and allowed namespaces |
| useKubeObjectList | Returns a combined list of Kubernetes objects and watches for changes from the clusters given. |
| useWatchKubeObjectLists | Accepts a list of lists to watch. Upon receiving update it will modify query data for list query |