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

x/kubernetes_apis/deps.ts>makeClientProviderChain

REST focused Typescript classes for Kubernetes APIs, and tools for generating API interfaces
Latest
function makeClientProviderChain
import { makeClientProviderChain } from "https://deno.land/x/kubernetes_apis@v0.5.1/deps.ts";

Constructs the typical list of Kubernetes API clients, using an alternative client for connecting to KubeConfig contexts. The Kubectl client is unaffected by this.

Parameters

restClientFactory: KubeConfigClientFactory