hard property

Map<String, String>? hard
final

hard is the set of desired hard limits for each named resource. More info: https://kubernetes.io/docs/concepts/policy/resource-quotas/.

Implementation

final Map<String, String>? hard;