UNPKG

kubernetes-models

Version:
1 lines 441 B
import{createTypeMetaGuard,Model,setValidateFunc}from"@kubernetes-models/base";import{validate}from"../_schemas/IoK8sApiCoreV1ServiceList.js";export class ServiceList extends Model{static{this.apiVersion="v1"}static{this.kind="ServiceList"}static{this.is=createTypeMetaGuard(ServiceList)}constructor(data){super(),this.setDefinedProps({apiVersion:ServiceList.apiVersion,kind:ServiceList.kind,...data})}}setValidateFunc(ServiceList,validate);