CSIStorageCapacity constructor
const
CSIStorageCapacity({
- String? apiVersion,
- String? capacity,
- String? kind,
- String? maximumVolumeSize,
- ObjectMeta? metadata,
- LabelSelector? nodeTopology,
- required String storageClassName,
The main constructor.
Implementation
const CSIStorageCapacity({
this.apiVersion,
this.capacity,
this.kind,
this.maximumVolumeSize,
this.metadata,
this.nodeTopology,
required this.storageClassName,
});