UNPKG

kubernetes-models

Version:
10 lines (9 loc) 446 B
import { Model, setSchema } from "@kubernetes-models/base"; import { addSchema } from "../../_schemas/IoK8sApiStorageV1VolumeAttachmentSpec.mjs"; /** * VolumeAttachmentSpec is the specification of a VolumeAttachment request. */ export class VolumeAttachmentSpec extends Model { } setSchema(VolumeAttachmentSpec, "io.k8s.api.storage.v1.VolumeAttachmentSpec", addSchema); export { VolumeAttachmentSpec as IoK8sApiStorageV1VolumeAttachmentSpec };