import { AuthenticationV1Api } from "https://deno.land/x/kubernetes_apis@v0.5.3/builtin/authentication.k8s.io@v1/mod.ts";
Methods
createSelfSubjectReview(body: AuthenticationV1.SelfSubjectReview, opts?: operations.PutOpts): Promise<AuthenticationV1.SelfSubjectReview>
createTokenReview(body: AuthenticationV1.TokenReview, opts?: operations.PutOpts): Promise<AuthenticationV1.TokenReview>