cpuIdle property

bool? cpuIdle
getter/setter pair

Determines whether CPU is only allocated during requests (true by default).

However, if ResourceRequirements is set, the caller must explicitly set this field to true to preserve the default behavior.

Implementation

core.bool? cpuIdle;