Search Options

Results per page
Sort
Preferred Languages
Advance

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

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

    		idxPath := fldPath.Index(i)
    		allErrs = append(allErrs, validateFinalizerName(string(newNamespace.Spec.Finalizers[i]), idxPath)...)
    	}
    	return allErrs
    }
    
    // ValidateEndpoints validates Endpoints on create and update.
    func ValidateEndpoints(endpoints *core.Endpoints) field.ErrorList {
    	allErrs := ValidateObjectMeta(&endpoints.ObjectMeta, true, ValidateEndpointsName, field.NewPath("metadata"))
    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