Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for checkOwner (0.2 sec)

  1. pkg/controller/resourceclaim/controller.go

    	if pod.DeletionTimestamp != nil {
    		// Nothing else to do for the pod.
    		return false, "pod is deleted"
    	}
    
    	for _, podClaim := range pod.Spec.ResourceClaims {
    		claimName, checkOwner, err := resourceclaim.Name(pod, &podClaim)
    		if err != nil {
    			return true, err.Error()
    		}
    		// If the claimName is nil, then it has been determined before
    		// that the claim is not needed.
    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