kubernetes-models
Version:
14 lines (13 loc) • 839 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.IoK8sApiCoreV1PhotonPersistentDiskVolumeSource = exports.PhotonPersistentDiskVolumeSource = void 0;
const base_1 = require("@kubernetes-models/base");
const IoK8sApiCoreV1PhotonPersistentDiskVolumeSource_1 = require("../_schemas/IoK8sApiCoreV1PhotonPersistentDiskVolumeSource.js");
/**
* Represents a Photon Controller persistent disk resource.
*/
class PhotonPersistentDiskVolumeSource extends base_1.Model {
}
exports.PhotonPersistentDiskVolumeSource = PhotonPersistentDiskVolumeSource;
exports.IoK8sApiCoreV1PhotonPersistentDiskVolumeSource = PhotonPersistentDiskVolumeSource;
(0, base_1.setSchema)(PhotonPersistentDiskVolumeSource, "io.k8s.api.core.v1.PhotonPersistentDiskVolumeSource", IoK8sApiCoreV1PhotonPersistentDiskVolumeSource_1.addSchema);