Resource Requests Args
data class ResourceRequestsArgs(val cpu: Output<Double>, val memoryInGB: Output<Double>) : ConvertibleToJava<ResourceRequestsArgs>
This type describes the requested resources for a given container. It describes the least amount of resources required for the container. A container can consume more than requested resources up to the specified limits before being restarted. Currently, the requested resources are treated as limits.