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

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