capacity property

Map<String, String>? capacity
final

Capacity represents the total resources of a node. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#capacity.

Implementation

final Map<String, String>? capacity;