UNPKG

kubernetes-models

Version:
1 lines 575 B
import{createTypeMetaGuard,Model,setValidateFunc}from"@kubernetes-models/base";import{validate}from"../_schemas/IoK8sApiCoreV1ServiceAccountList.mjs";export class ServiceAccountList extends Model{constructor(data){super(),this.setDefinedProps({apiVersion:ServiceAccountList.apiVersion,kind:ServiceAccountList.kind,...data})}}ServiceAccountList.apiVersion="v1",ServiceAccountList.kind="ServiceAccountList",ServiceAccountList.is=createTypeMetaGuard(ServiceAccountList),setValidateFunc(ServiceAccountList,validate);export{ServiceAccountList as IoK8sApiCoreV1ServiceAccountList};