Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
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.2/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.