Function: useConnectApi()
function useConnectApi(...apiCalls: () => CancellablePromise[]): void;
Defined in: lib/k8s/index.ts:197
Hook to manage multiple cancellable API calls tied to the active cluster.
Parameters
| Parameter | Type | Description |
|---|---|---|
...apiCalls | () => CancellablePromise[] | functions returning cancellable promises for API calls. |
Returns
void