VolumeAttachment constructor
const
VolumeAttachment({
- String? apiVersion,
- String? kind,
- ObjectMeta? metadata,
- required VolumeAttachmentSpec spec,
- VolumeAttachmentStatus? status,
Default constructor.
Implementation
const VolumeAttachment({
this.apiVersion,
this.kind,
this.metadata,
required this.spec,
this.status,
});