Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for wmin (0.08 sec)

  1. pkg/scheduler/internal/queue/scheduling_queue.go

    	// time a pod can stay in unschedulablePods. If a pod stays in unschedulablePods
    	// for longer than this value, the pod will be moved from unschedulablePods to
    	// backoffQ or activeQ. If this value is empty, the default value (5min)
    	// will be used.
    	DefaultPodMaxInUnschedulablePodsDuration time.Duration = 5 * time.Minute
    	// Scheduling queue names
    	activeQ           = "Active"
    	backoffQ          = "Backoff"
    	unschedulablePods = "Unschedulable"
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 13:26:09 UTC 2024
    - 61.4K bytes
    - Viewed (0)
Back to top