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/structs.ts>LocalSubjectAccessReview

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

LocalSubjectAccessReview checks whether or not a user or group can perform an action in a given namespace. Having a namespace scoped resource makes it much easier to grant namespace scoped policy that includes permissions checking.

Properties

optional
apiVersion: "authorization.k8s.io/v1"
optional
kind: "LocalSubjectAccessReview"
optional
metadata: MetaV1.ObjectMeta | null
optional
status: SubjectAccessReviewStatus | null