Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for validateMatchCondition (0.14 sec)

  1. pkg/apis/admissionregistration/validation/validation.go

    	conditionNames := sets.NewString()
    	if len(m) > 64 {
    		allErrors = append(allErrors, field.TooMany(fldPath, len(m), 64))
    	}
    	for i, matchCondition := range m {
    		allErrors = append(allErrors, validateMatchCondition(&matchCondition, opts, fldPath.Index(i))...)
    		if len(matchCondition.Name) > 0 {
    			if conditionNames.Has(matchCondition.Name) {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 10 22:07:40 UTC 2024
    - 56.6K bytes
    - Viewed (0)
Back to top