UNPKG

kubernetes-models

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