Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for processPodOnNode (0.15 sec)

  1. pkg/controller/tainteviction/taint_eviction.go

    	if tc.taintEvictionQueue.CancelWork(logger, nsName.String()) {
    		tc.emitCancelPodDeletionEvent(nsName)
    	}
    }
    
    func (tc *Controller) processPodOnNode(
    	ctx context.Context,
    	podNamespacedName types.NamespacedName,
    	nodeName string,
    	tolerations []v1.Toleration,
    	taints []v1.Taint,
    	now time.Time,
    ) {
    	logger := klog.FromContext(ctx)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 04 18:33:12 UTC 2024
    - 19.9K bytes
    - Viewed (0)
Back to top