Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for validateLocalDescendingPath (0.58 sec)

  1. pkg/apis/core/validation/validation.go

    			allErrs = append(allErrs, validateLocalDescendingPath(mnt.SubPath, fldPath.Child("subPath"))...)
    		}
    
    		if len(mnt.SubPathExpr) > 0 {
    			if len(mnt.SubPath) > 0 {
    				allErrs = append(allErrs, field.Invalid(idxPath.Child("subPathExpr"), mnt.SubPathExpr, "subPathExpr and subPath are mutually exclusive"))
    			}
    
    			allErrs = append(allErrs, validateLocalDescendingPath(mnt.SubPathExpr, fldPath.Child("subPathExpr"))...)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 349.5K bytes
    - Viewed (0)
Back to top