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>SelfSubjectAccessReview

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

SelfSubjectAccessReview checks whether or the current user can perform an action. Not filling in a spec.namespace means "in all namespaces". Self is a special case, because users should always be able to check whether they can perform an action

Properties

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