import { KubeConfig } from "https://deno.land/x/kubernetes_client@v0.7.3/lib/kubeconfig.ts";
Constructors
new
KubeConfig(data: RawKubeConfig)Methods
fetchContext(contextName?: string)
getCluster(name?: string)
getContext(name?: string)
getUser(name?: string)
Static Methods
getDefaultConfig(): Promise<KubeConfig>
getInClusterConfig(unnamed 0?)
getSimpleUrlConfig(unnamed 0?)
readFromPath(path: string): Promise<KubeConfig>