SchedulerConfig

Cluster policy configuration. This policy is used for task prioritization and fair-share allocation. This helps prioritize critical workloads and distributes idle compute across entities.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

When enabled, entities borrow idle compute based on their assigned FairShareWeight.

Link copied to clipboard

List of the priority classes, PriorityClass, of the cluster policy. When specified, these class configurations define how tasks are queued.

Functions

Link copied to clipboard
inline fun copy(block: SchedulerConfig.Builder.() -> Unit = {}): SchedulerConfig
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String