Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for emitEventForUnboundDelayBindingClaim (0.48 sec)

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

    		return fmt.Errorf("incompatible accessMode")
    	}
    
    	return nil
    }
    
    // emitEventForUnboundDelayBindingClaim generates informative event for claim
    // if it's in delay binding mode and not bound yet.
    func (ctrl *PersistentVolumeController) emitEventForUnboundDelayBindingClaim(claim *v1.PersistentVolumeClaim) error {
    	reason := events.WaitForFirstConsumer
    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