CSIStorageCapacity constructor

const CSIStorageCapacity({
  1. String? apiVersion,
  2. String? capacity,
  3. String? kind,
  4. String? maximumVolumeSize,
  5. ObjectMeta? metadata,
  6. LabelSelector? nodeTopology,
  7. required String storageClassName,
})

Default constructor.

Implementation

const CSIStorageCapacity({
  this.apiVersion,
  this.capacity,
  this.kind,
  this.maximumVolumeSize,
  this.metadata,
  this.nodeTopology,
  required this.storageClassName,
});