Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/kubernetes_apis/client.ts>KubeConfigContext

REST focused Typescript classes for Kubernetes APIs, and tools for generating API interfaces
Go to Latest
class KubeConfigContext
import { KubeConfigContext } from "https://deno.land/x/kubernetes_apis@v0.3.2/client.ts";

Constructors

new
KubeConfigContext(
context: ContextConfig,
cluster: ClusterConfig,
user: UserConfig,
)

Properties

readonly
defaultNamespace

Methods

getAuthHeader(): Promise<string | null>