mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-31 23:37:01 +00:00
commit
eb2a59e8d8
@ -547,7 +547,7 @@ func (ec *Controller) syncPod(ctx context.Context, namespace, name string) error
|
||||
return nil
|
||||
}
|
||||
|
||||
// handleResourceClaim is invoked for each volume of a pod.
|
||||
// handleResourceClaim is invoked for each resource claim of a pod.
|
||||
func (ec *Controller) handleClaim(ctx context.Context, pod *v1.Pod, podClaim v1.PodResourceClaim, newPodClaims *map[string]string) error {
|
||||
logger := klog.LoggerWithValues(klog.FromContext(ctx), "podClaim", podClaim.Name)
|
||||
ctx = klog.NewContext(ctx, logger)
|
||||
|
Loading…
Reference in New Issue
Block a user