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

x/kubernetes_client/mod.ts>makeClientProviderChain

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