Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for podWaiting (0.19 sec)

  1. pkg/scheduler/scheduler_test.go

    func (f fakePermitPlugin) Name() string {
    	return fakePermit
    }
    
    const (
    	podWaitingReason = "podWaiting"
    )
    
    func (f fakePermitPlugin) Permit(ctx context.Context, state *framework.CycleState, p *v1.Pod, nodeName string) (*framework.Status, time.Duration) {
    	defer func() {
    		// Send event with podWaiting reason to broadcast this pod is already waiting in the permit stage.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 17 09:07:27 UTC 2024
    - 42K bytes
    - Viewed (0)
Back to top