Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for IsVolumeBoundToClaim (0.28 sec)

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

    					// syncClaim will finish the binding.
    					return err
    				}
    				// OBSERVATION: pvc is "Bound", pv is "Bound"
    				return nil
    			} else if storagehelpers.IsVolumeBoundToClaim(volume, claim) {
    				// User asked for a PV that is claimed by this PVC
    				// OBSERVATION: pvc is "Pending", pv is "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