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