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

x/kubernetes_apis/builtin/authentication.k8s.io@v1/structs.ts>UserInfo

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

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

Properties

optional
extra: Record<string, Array<string>> | null
optional
groups: Array<string> | null
optional
uid: string | null
optional
username: string | null