Interface: ClusterRequest

    lib/k8s/apiProxy .ClusterRequest

    Properties

    certificateAuthorityData

    Optional certificateAuthorityData: string

    The certificate authority data

    Defined in

    lib/k8s/apiProxy.ts:61


    insecureTLSVerify

    Optional insecureTLSVerify: boolean

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

    Defined in

    lib/k8s/apiProxy.ts:59


    kubeconfig

    Optional kubeconfig: string

    KubeConfig (base64 encoded)

    Defined in

    lib/k8s/apiProxy.ts:63


    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:55


    server

    Optional server: string

    The cluster URL

    Defined in

    lib/k8s/apiProxy.ts:57