Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 11 of 11 for VolumeClaimName (0.18 sec)

  1. pkg/scheduler/framework/plugins/volumebinding/binder.go

    		pvcName = vol.PersistentVolumeClaim.ClaimName
    	case vol.Ephemeral != nil:
    		// Generic ephemeral inline volumes also use a PVC,
    		// just with a computed name, and...
    		pvcName = ephemeral.VolumeClaimName(pod, vol)
    		isEphemeral = true
    	default:
    		return true, nil, nil
    	}
    
    	bound, pvc, err = b.isPVCBound(logger, pod.Namespace, pvcName)
    	// ... the PVC must be owned by the pod.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 09 14:55:34 UTC 2024
    - 42.6K bytes
    - Viewed (0)
Back to top