Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for podTerminatingByPreemption (0.16 sec)

  1. pkg/scheduler/framework/plugins/defaultpreemption/default_preemption.go

    	return nil
    }
    
    // podTerminatingByPreemption returns the pod's terminating state if feature PodDisruptionConditions is not enabled.
    // Otherwise, it additionally checks if the termination state is caused by scheduler preemption.
    func podTerminatingByPreemption(p *v1.Pod, enablePodDisruptionConditions bool) bool {
    	if p.DeletionTimestamp == nil {
    		return false
    	}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Nov 25 19:36:04 UTC 2023
    - 12.7K bytes
    - Viewed (0)
Back to top