GetSchedulerPolicyResult

data class GetSchedulerPolicyResult(val id: String, val memoryOversubscriptionEnabled: Boolean, val preemptionConfig: Map<String, Boolean>, val schedulerAlgorithm: String)

A collection of values returned by getSchedulerPolicy.

Constructors

Link copied to clipboard
constructor(id: String, memoryOversubscriptionEnabled: Boolean, preemptionConfig: Map<String, Boolean>, schedulerAlgorithm: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

(bool: false) - When true, tasks may exceed their reserved memory limit.

Link copied to clipboard

(map[string]bool) - Options to enable preemption for various schedulers.

Link copied to clipboard

(string) - Specifies whether scheduler binpacks or spreads allocations on available nodes.