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

x/kubernetes_client/transports/via-kubeconfig.ts

Typescript library for accessing a Kubernetes API server
Latest
import * as kubernetesClient from "https://deno.land/x/kubernetes_client@v0.7.3/transports/via-kubeconfig.ts";

Classes

A RestClient which uses a KubeConfig to talk directly to a Kubernetes endpoint. Used by code which is running within a Kubernetes pod and would like to access the local cluster's control plane using its Service Account.