Interface: ClusterRequest
Properties
certificateAuthorityData?
optional certificateAuthorityData: string;
The certificate authority data
Defined in
src/lib/k8s/api/v1/clusterRequests.ts:56
insecureTLSVerify?
optional insecureTLSVerify: boolean;
Whether the server's certificate should not be checked for validity
Defined in
src/lib/k8s/api/v1/clusterRequests.ts:54
kubeconfig?
optional kubeconfig: string;
KubeConfig (base64 encoded)
Defined in
src/lib/k8s/api/v1/clusterRequests.ts:58
name?
optional name: string;
The name of the cluster (has to be unique, or it will override an existing cluster)
Defined in
src/lib/k8s/api/v1/clusterRequests.ts:50
server?
optional server: string;
The cluster URL