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

x/kubernetes_apis/client.ts>autoDetectClient

REST focused Typescript classes for Kubernetes APIs, and tools for generating API interfaces
Go to Latest
function autoDetectClient
import { autoDetectClient } from "https://deno.land/x/kubernetes_apis@v0.5.0/client.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.