Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

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

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

ResourceRule is the list of actions the subject is allowed to perform on resources. The list ordering isn't significant, may contain duplicates, and possibly be incomplete.

Properties

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