resourceLimits property

Map<String, String> resourceLimits
final

Optional. Resource limits for each container. Only 'cpu' and 'memory' keys are supported. Defaults to {"cpu": "4", "memory": "4Gi"}.

Implementation

final Map<String, String> resourceLimits;