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

x/kubernetes_client/transports/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/transports/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