Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for podContent (0.07 sec)

  1. pkg/controller/resourceclaim/controller.go

    					if err != nil {
    						return fmt.Errorf("delete claim: %v", err)
    					}
    				} else {
    					logger.V(6).Info("wrong pod content, not deleting claim", "claim", klog.KObj(claim), "podUID", podUID, "podContent", pod)
    				}
    			case apierrors.IsNotFound(err):
    				// We might not know the pod *yet*. Instead of doing an expensive API call,
    				// let the garbage collector handle the case that the pod is truly gone.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 09 03:34:25 UTC 2024
    - 37.1K bytes
    - Viewed (0)
Back to top