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

x/kubernetes_apis/builtin/admissionregistration.k8s.io@v1/mod.ts

REST focused Typescript classes for Kubernetes APIs, and tools for generating API interfaces
Latest
import * as kubernetesApis from "https://deno.land/x/kubernetes_apis@v0.5.1/builtin/admissionregistration.k8s.io@v1/mod.ts";

Interfaces

MatchCondition represents a condition which must by fulfilled for a request to be sent to a webhook.

MutatingWebhook describes an admission webhook and the resources and operations it applies to.

MutatingWebhookConfiguration describes the configuration of and admission webhook that accept or reject and may change the object.

MutatingWebhookConfigurationList is a list of MutatingWebhookConfiguration.

RuleWithOperations is a tuple of Operations and Resources. It is recommended to make sure that all the tuple expansions are valid.

ServiceReference holds a reference to Service.legacy.k8s.io

ValidatingWebhook describes an admission webhook and the resources and operations it applies to.

ValidatingWebhookConfiguration describes the configuration of and admission webhook that accept or reject and object without changing it.

ValidatingWebhookConfigurationList is a list of ValidatingWebhookConfiguration.

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