Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for PersistentVolumeClaimValidateLimitFunc (0.25 sec)

  1. plugin/pkg/admission/limitranger/admission.go

    	switch resourceName {
    	case "pods":
    		return PodValidateLimitFunc(limitRange, obj.(*api.Pod))
    	case "persistentvolumeclaims":
    		return PersistentVolumeClaimValidateLimitFunc(limitRange, obj.(*api.PersistentVolumeClaim))
    	}
    	return nil
    }
    
    // SupportsAttributes ignores all calls that do not deal with pod resources or storage requests (PVCs).
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Oct 24 13:04:39 UTC 2023
    - 25.8K bytes
    - Viewed (0)
Back to top