import { type TokenReview } from "https://deno.land/x/kubernetes_apis@v0.5.3/builtin/authentication.k8s.io@v1/structs.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
spec: TokenReviewSpec
optional
status: TokenReviewStatus | null