Interface: ClusterRequestParams

    lib/k8s/apiProxy .ClusterRequestParams

    The options for clusterRequest.

    Hierarchy

    Properties

    autoLogoutOnAuthError

    Optional autoLogoutOnAuthError: boolean

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

    Overrides

    RequestParams . autoLogoutOnAuthError

    Defined in

    lib/k8s/apiProxy.ts:309


    cluster

    Optional cluster: null | string

    Cluster context name.

    Overrides

    RequestParams . cluster

    Defined in

    lib/k8s/apiProxy.ts:308


    isJSON

    Optional isJSON: boolean

    Is the request expected to receive JSON data?

    Inherited from

    RequestParams . isJSON

    Defined in

    lib/k8s/apiProxy.ts:46


    timeout

    Optional timeout: number

    Number of milliseconds to wait for a response.

    Inherited from

    RequestParams . timeout

    Defined in

    lib/k8s/apiProxy.ts:44