Skip to main content

Interface: ClusterRequestParams

The options for clusterRequest.

Extends

Properties

autoLogoutOnAuthError?

optional autoLogoutOnAuthError: boolean;

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

Overrides

RequestParams.autoLogoutOnAuthError

Defined in

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


cluster?

optional cluster: null | string;

Cluster context name.

Overrides

RequestParams.cluster

Defined in

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


isJSON?

optional isJSON: boolean;

Is the request expected to receive JSON data?

Inherited from

RequestParams.isJSON

Defined in

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


timeout?

optional timeout: number;

Number of milliseconds to wait for a response.

Inherited from

RequestParams.timeout

Defined in

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