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

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

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

Constructors

new
AuthenticationV1Api(client: c.RestClient)

Methods

createSelfSubjectReview(body: AuthenticationV1.SelfSubjectReview, opts?: operations.PutOpts)
createTokenReview(body: AuthenticationV1.TokenReview, opts?: operations.PutOpts)