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

x/kubernetes_client/mod.ts>makeClientProviderChain

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