VolumeAttachmentSource constructor

const VolumeAttachmentSource({
  1. PersistentVolumeSpec? inlineVolumeSpec,
  2. String? persistentVolumeName,
})

Default constructor.

Implementation

const VolumeAttachmentSource({
  this.inlineVolumeSpec,
  this.persistentVolumeName,
});