Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for isPath (0.24 sec)

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

    		}
    	}
    
    	// dualstack <-> ClusterIPs <-> ipfamilies
    	allErrs = append(allErrs, ValidateServiceClusterIPsRelatedFields(service)...)
    
    	ipPath := specPath.Child("externalIPs")
    	for i, ip := range service.Spec.ExternalIPs {
    		idxPath := ipPath.Index(i)
    		if errs := validation.IsValidIP(idxPath, ip); len(errs) != 0 {
    			allErrs = append(allErrs, errs...)
    		} else {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 349.5K bytes
    - Viewed (0)
  2. src/main/webapp/js/admin/moment-with-locales.min.js

    ja("isBefore",[].slice.call(arguments,0))},l.max=function(){return ja("isAfter",[].slice.call(arguments,0))},l.now=function(){return Date.now?Date.now():+new Date},l.utc=c,l.unix=function(e){return Sa(1e3*e)},l.months=function(e,a){return lt(e,a,"months")},l.isDate=u,l.locale=_a,l.invalid=f,l.duration=Ca,l.isMoment=D,l.weekdays=function(e,a,t){return Mt(e,a,t,"weekdays")},l.parseZone=function(){return Sa.apply(null,arguments).parseZone()},l.localeData=oa,l.isDuration=Oa,l.monthsShort=function(e,a){return lt...
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Jul 12 13:18:07 UTC 2018
    - 319K bytes
    - Viewed (0)
Back to top