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

x/kubernetes_apis/builtin/rbac.authorization.k8s.io@v1/mod.ts>PolicyRule

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

PolicyRule holds information that describes a policy rule, but does not contain information about who the rule applies to or which namespace the rule applies to.

Properties

optional
apiGroups: Array<string> | null
optional
nonResourceURLs: Array<string> | null
optional
resourceNames: Array<string> | null
optional
resources: Array<string> | null
verbs: Array<string>