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

x/kubernetes_apis/builtin/admissionregistration.k8s.io@v1alpha1/mod.ts>ParamRef

REST focused Typescript classes for Kubernetes APIs, and tools for generating API interfaces
Latest
interface ParamRef
import { type ParamRef } from "https://deno.land/x/kubernetes_apis@v0.5.1/builtin/admissionregistration.k8s.io@v1alpha1/mod.ts";

ParamRef describes how to locate the params to be used as input to expressions of rules applied by a policy binding.

Properties

optional
name: string | null
optional
namespace: string | null
optional
parameterNotFoundAction: string | null
optional
selector: MetaV1.LabelSelector | null