Skip to main content

Interface: RequestParams

Options for the request.

Extends

  • RequestInit

Extended by

Properties

autoLogoutOnAuthError?

optional autoLogoutOnAuthError: boolean;

Whether to automatically log out the user if there is an authentication error.

Defined in

src/lib/k8s/api/v1/clusterRequests.ts:45


cluster?

optional cluster: null | string;

Cluster context name.

Defined in

src/lib/k8s/api/v1/clusterRequests.ts:43


isJSON?

optional isJSON: boolean;

Is the request expected to receive JSON data?

Defined in

src/lib/k8s/api/v1/clusterRequests.ts:41


timeout?

optional timeout: number;

Number of milliseconds to wait for a response.

Defined in

src/lib/k8s/api/v1/clusterRequests.ts:39