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


    kubeconfig

    Optional kubeconfig: string

    KubeConfig (base64 encoded)

    Defined in

    lib/k8s/apiProxy.ts:45


    name

    Optional 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

    Optional server: string

    The cluster URL

    Defined in

    lib/k8s/apiProxy.ts:39