Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for syncBoundClaim (0.1 sec)

  1. pkg/controller/volume/persistentvolume/pv_controller.go

    				}
    			}
    		}
    	}
    }
    
    // syncBoundClaim is the main controller method to decide what to do with a
    // bound claim.
    func (ctrl *PersistentVolumeController) syncBoundClaim(ctx context.Context, claim *v1.PersistentVolumeClaim) error {
    	// HasAnnotation(pvc, storagehelpers.AnnBindCompleted)
    	// This PVC has previously been bound
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 10 08:42:31 UTC 2024
    - 89.2K bytes
    - Viewed (0)
Back to top