import { type ServiceAccount } from "https://deno.land/x/kubernetes_apis@v0.5.3/builtin/core@v1/mod.ts";
ServiceAccount binds together: * a name, understood by users, and perhaps by peripheral systems, for an identity * a principal that can be authenticated and authorized * a set of secrets
Properties
optional
imagePullSecrets: Array<LocalObjectReference> | nulloptional
secrets: Array<ObjectReference> | null