Cloud API Overview > @adpt/cloud > k8s > Kubeconfig
k8s.Kubeconfig interface
Signature:
export interface Kubeconfig
Properties
| Property | Type | Description |
|---|---|---|
| "current-context" | string | |
| clusters | [{ name: string; cluster: { "certificate-authority-data": string; server: string; }; }] | |
| contexts | [{ name: string; context: { cluster: string; user: string; }; }] | |
| kind | "Config" | |
| users | [{ name: string; user: { "client-certificate-data"?: string; "client-key-data"?: string; "username"?: string; "password"?: string; }; }] |