import * as kubernetesClient from "https://deno.land/x/kubernetes_client@v0.7.3/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. |