UNPKG

kubernetes-models

Version:
10 lines (9 loc) 489 B
import { Model, setSchema } from "@kubernetes-models/base"; import { addSchema } from "../../_schemas/IoK8sApiFlowcontrolV1beta2ServiceAccountSubject.mjs"; /** * ServiceAccountSubject holds detailed information for service-account-kind subject. */ export class ServiceAccountSubject extends Model { } setSchema(ServiceAccountSubject, "io.k8s.api.flowcontrol.v1beta2.ServiceAccountSubject", addSchema); export { ServiceAccountSubject as IoK8sApiFlowcontrolV1beta2ServiceAccountSubject };