Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for IsPodTerminal (0.14 sec)

  1. pkg/controller/daemon/daemon_controller.go

    		return nil, err
    	}
    	// Group Pods by Node name.
    	nodeToDaemonPods := make(map[string][]*v1.Pod)
    	logger := klog.FromContext(ctx)
    	for _, pod := range claimedPods {
    		if !includeDeletedTerminal && podutil.IsPodTerminal(pod) && pod.DeletionTimestamp != nil {
    			// This Pod has a finalizer or is already scheduled for deletion from the
    			// store by the kubelet or the Pod GC. The DS controller doesn't have
    			// anything else to do with it.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 04 18:33:12 UTC 2024
    - 51.3K bytes
    - Viewed (0)
Back to top