Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/kubernetes_client/lib/kubeconfig.ts>RawKubeConfig

Typescript library for accessing a Kubernetes API server
Latest
interface RawKubeConfig
import { type RawKubeConfig } from "https://deno.land/x/kubernetes_client@v0.7.2/lib/kubeconfig.ts";

Properties

apiVersion: "v1"
kind: "Config"
optional
contexts: { name: string; context: ContextConfig; }[]
optional
clusters: { name: string; cluster: ClusterConfig; }[]
optional
users: { name: string; user: UserConfig; }[]
optional
current-context: string
optional
preferences: { colors?: boolean; extensions?: Array<NamedExtension>; }