Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 11 of 11 for validateAnnotations (0.13 sec)

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

    			fmt.Sprintf("must be '%s'", expectedValue)))
    	}
    	return allErrs
    }
    
    // ValidateAnnotations validates that a set of annotations are correctly defined.
    func ValidateAnnotations(annotations map[string]string, fldPath *field.Path) field.ErrorList {
    	return apimachineryvalidation.ValidateAnnotations(annotations, fldPath)
    }
    
    func ValidateDNS1123Label(value string, fldPath *field.Path) field.ErrorList {
    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