capacity property

Map<String, String>? capacity
final

capacity is the description of the persistent volume's resources and capacity. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#capacity.

Implementation

final Map<String, String>? capacity;