UNPKG

kubernetes-models

Version:
1 lines 333 B
import{Model,setValidateFunc}from"@kubernetes-models/base";import{validate}from"../_schemas/IoK8sApiCoreV1PodSchedulingGate.mjs";export class PodSchedulingGate extends Model{constructor(data){super(),this.setDefinedProps(data)}}setValidateFunc(PodSchedulingGate,validate);export{PodSchedulingGate as IoK8sApiCoreV1PodSchedulingGate};