Interface: ClusterRequest

    lib/k8s/apiProxy .ClusterRequest

    Properties

    certificateAuthorityData

    Optional certificateAuthorityData: string

    The certificate authority data

    Defined in

    lib/k8s/apiProxy.ts:43


    insecureTLSVerify

    Optional insecureTLSVerify: boolean

    Whether the server’s certificate should not be checked for validity

    Defined in

    lib/k8s/apiProxy.ts:41


    name

    name: string

    The name of the cluster (has to be unique, or it will override an existing cluster)

    Defined in

    lib/k8s/apiProxy.ts:37


    server

    server: string

    The cluster URL

    Defined in

    lib/k8s/apiProxy.ts:39