UNPKG

@kubernetes-models/keda

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