Search Options

Results per page
Sort
Preferred Languages
Advance

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

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

    		}
    	}
    	ctrl.eventRecorder.Event(claim, v1.EventTypeNormal, reason, message)
    	return nil
    }
    
    // syncUnboundClaim is the main controller method to decide what to do with an
    // unbound claim.
    func (ctrl *PersistentVolumeController) syncUnboundClaim(ctx context.Context, claim *v1.PersistentVolumeClaim) error {
    	// This is a new PVC that has not completed binding
    	// OBSERVATION: pvc is "Pending"
    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