Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/kubernetes_apis/builtin/apiextensions.k8s.io@v1/mod.ts>WebhookClientConfig

REST focused Typescript classes for Kubernetes APIs, and tools for generating API interfaces
Go to Latest
interface WebhookClientConfig
import { type WebhookClientConfig } from "https://deno.land/x/kubernetes_apis@v0.5.0/builtin/apiextensions.k8s.io@v1/mod.ts";

WebhookClientConfig contains the information to make a TLS connection with the webhook.

Properties

optional
caBundle: string | null
optional
service: ServiceReference | null
optional
url: string | null