import { autoDetectClient } from "https://deno.land/x/kubernetes_apis@v0.5.3/deps.ts";
Automatic trial-and-error approach for deciding how to talk to Kubernetes. Influenced by Deno's current permissions and Deno may prompt for more permissions. Will emit a list of problems if no usable clients are found. You'll likely want to set the correct Deno permissions for your installation.
Returns
Promise<RestClient>