kubernetes-models
Version:
10 lines (9 loc) • 490 B
JavaScript
import { Model, setSchema } from "@kubernetes-models/base";
import { addSchema } from "../_schemas/IoK8sApiCoreV1PhotonPersistentDiskVolumeSource.mjs";
/**
* Represents a Photon Controller persistent disk resource.
*/
export class PhotonPersistentDiskVolumeSource extends Model {
}
setSchema(PhotonPersistentDiskVolumeSource, "io.k8s.api.core.v1.PhotonPersistentDiskVolumeSource", addSchema);
export { PhotonPersistentDiskVolumeSource as IoK8sApiCoreV1PhotonPersistentDiskVolumeSource };