UNPKG

kubernetes-models

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