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

x/kubernetes_client/lib/kubeconfig.ts>UserExecConfig

Typescript library for accessing a Kubernetes API server
Go to Latest
interface UserExecConfig
import { type UserExecConfig } from "https://deno.land/x/kubernetes_client@v0.7.0/lib/kubeconfig.ts";

Properties

apiVersion: "client.authentication.k8s.io/v1alpha1" | "client.authentication.k8s.io/v1beta1" | "client.authentication.k8s.io/v1"
command: string
optional
args: string[]
optional
env: Array<{ name: string; value: string; }>
optional
installHint: string
optional
provideClusterInfo: boolean
optional
interactiveMode: "Never" | "IfAvailable" | "Always"