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

x/kubernetes_client/transports/via-kubeconfig.ts

Typescript library for accessing a Kubernetes API server
Go to Latest
import * as kubernetesClient from "https://deno.land/x/kubernetes_client@v0.7.0/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.