UNPKG

kubernetes-models

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