Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for ValidateTopologySelectorTerm (0.15 sec)

  1. pkg/apis/storage/validation/validation.go

    		return allErrs
    	}
    
    	rawTopologies := make([]map[string]sets.Set[string], len(topologies))
    	for i, term := range topologies {
    		idxPath := fldPath.Index(i)
    		exprMap, termErrs := apivalidation.ValidateTopologySelectorTerm(term, fldPath.Index(i))
    		allErrs = append(allErrs, termErrs...)
    
    		// TODO (verult) consider improving runtime
    		for _, t := range rawTopologies {
    			if helper.Semantic.DeepEqual(exprMap, t) {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Feb 28 00:47:13 UTC 2024
    - 25.5K bytes
    - Viewed (0)
Back to top