UNPKG

kubernetes-models

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