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.3.2/client.ts";

Trial-and-error approach for automatically deciding how to talk to Kubernetes. You'll still need to set the correct permissions for where you are running. You can probably be more specific and secure with app-specific Deno.args flags.