Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. pkg/controller/resourceclaim/controller.go

    	}
    	(*newPodClaims)[podClaim.Name] = claim.Name
    
    	return nil
    }
    
    // findPodResourceClaim looks for an existing ResourceClaim with the right
    // annotation (ties it to the pod claim) and the right ownership (ties it to
    // the pod).
    func (ec *Controller) findPodResourceClaim(pod *v1.Pod, podClaim v1.PodResourceClaim) (*resourcev1alpha2.ResourceClaim, error) {
    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