Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for Fd2path (0.07 sec)

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

    	for i, mnt := range mounts {
    		idxPath := fldPath.Index(i)
    		if len(mnt.Name) == 0 {
    			allErrs = append(allErrs, field.Required(idxPath.Child("name"), ""))
    		}
    		if !IsMatchedVolume(mnt.Name, volumes) {
    			allErrs = append(allErrs, field.NotFound(idxPath.Child("name"), mnt.Name))
    		}
    		if len(mnt.MountPath) == 0 {
    			allErrs = append(allErrs, field.Required(idxPath.Child("mountPath"), ""))
    		}
    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