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

x/kubernetes_apis/builtin/flowcontrol.apiserver.k8s.io@v1beta2/mod.ts>NonResourcePolicyRule

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

NonResourcePolicyRule is a predicate that matches non-resource requests according to their verb and the target non-resource URL. A NonResourcePolicyRule matches a request if and only if both (a) at least one member of verbs matches the request and (b) at least one member of nonResourceURLs matches the request.

Properties

nonResourceURLs: Array<string>
verbs: Array<string>