Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for processPVC (0.11 sec)

  1. pkg/controller/volume/pvcprotection/pvc_protection_controller.go

    		return true
    	}
    
    	err = c.processPVC(ctx, pvcNamespace, pvcName)
    	if err == nil {
    		c.queue.Forget(pvcKey)
    		return true
    	}
    
    	utilruntime.HandleError(fmt.Errorf("PVC %v failed with : %v", pvcKey, err))
    	c.queue.AddRateLimited(pvcKey)
    
    	return true
    }
    
    func (c *Controller) processPVC(ctx context.Context, pvcNamespace, pvcName string) error {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 04 18:33:12 UTC 2024
    - 14K bytes
    - Viewed (0)
Back to top