Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/kubernetes_client/transports/via-kubectl-raw.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-kubectl-raw.ts";

Classes

A RestClient for easily running on a developer's local machine. Your existing kubectl is called to do all the actual authentication and network stuff. This is pretty reliable but mot all types of requests can be performed this way.