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/mod.ts

REST focused Typescript classes for Kubernetes APIs, and tools for generating API interfaces
Latest
import * as kubernetesApis from "https://deno.land/x/kubernetes_apis@v0.5.0/builtin/authentication.k8s.io@v1/mod.ts";

Interfaces

BoundObjectReference is a reference to an object that a token is bound to.

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.

SelfSubjectReviewStatus is filled by the kube-apiserver and sent back to a user.

TokenRequest requests a token for a given service account.

TokenRequestSpec contains client provided parameters of a token request.

TokenRequestStatus is the result of a token request.

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.

TokenReviewSpec is a description of the token authentication request.

TokenReviewStatus is the result of the token authentication request.

UserInfo holds the information about the user needed to implement the user.Info interface.