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

x/kubernetes_apis/builtin/authentication.k8s.io@v1/structs.ts>SelfSubjectReview

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

SelfSubjectReview contains the user information that the kube-apiserver has about the user making this request. When using impersonation, users will receive the user info of the user being impersonated. If impersonation or request header authentication is used, any extra keys will have their case ignored and returned as lowercase.

Properties

optional
apiVersion: "authentication.k8s.io/v1"
optional
kind: "SelfSubjectReview"
optional
metadata: MetaV1.ObjectMeta | null
optional
status: SelfSubjectReviewStatus | null