Values_0.SchedulerConfigSourceCluster policy configuration. This policy is used for task prioritization and fair-share allocation. This helps prioritize critical workloads and distributes idle compute across entities.
type nonrec t = {priorityClasses : PriorityClassList.t option;List of the priority classes, PriorityClass, of the cluster policy. When specified, these class configurations define how tasks are queued.
*)idleResourceSharing : IdleResourceSharing.t option;Configuration for sharing idle compute resources across entities in the cluster. When enabled, unallocated resources are automatically calculated and made available for entities to borrow.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of
[> `Structure of
(string
* [> `Integer of PriorityWeight.t
| `String of ClusterSchedulerPriorityClassName.t ])
list ]
list ])
list ]