Interface: RequestParams

    lib/k8s/apiProxy .RequestParams

    Options for the request.

    Hierarchy

    Properties

    autoLogoutOnAuthError

    Optional autoLogoutOnAuthError: boolean

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

    Defined in

    lib/k8s/apiProxy.ts:50


    cluster

    Optional cluster: null | string

    Cluster context name.

    Defined in

    lib/k8s/apiProxy.ts:48


    isJSON

    Optional isJSON: boolean

    Is the request expected to receive JSON data?

    Defined in

    lib/k8s/apiProxy.ts:46


    timeout

    Optional timeout: number

    Number of milliseconds to wait for a response.

    Defined in

    lib/k8s/apiProxy.ts:44