Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for addNominatedPodUnlocked (0.17 sec)

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

    	}
    	logger.V(5).Info("Pod moved to an internal scheduling queue", "pod", klog.KObj(pod), "event", PodAdd, "queue", activeQ)
    	metrics.SchedulerQueueIncomingPods.WithLabelValues("active", PodAdd).Inc()
    	p.addNominatedPodUnlocked(logger, pInfo.PodInfo, nil)
    	p.cond.Broadcast()
    
    	return nil
    }
    
    // Activate moves the given pods to activeQ iff they're in unschedulablePods or backoffQ.
    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