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. |