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

x/kubernetes_apis/builtin/authentication.k8s.io@v1/mod.ts>TokenReview

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

TokenReview attempts to authenticate a token to a known user. Note: TokenReview requests may be cached by the webhook token authenticator plugin in the kube-apiserver.

Properties

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