Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/kubernetes_client/mod.ts>autoDetectClient

Typescript library for accessing a Kubernetes API server
Latest
function autoDetectClient
import { autoDetectClient } from "https://deno.land/x/kubernetes_client@v0.7.2/mod.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.