Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for portsMatch (0.08 sec)

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

    	allErrs := field.ErrorList{}
    
    	for ci, ctr := range containers {
    		idxPath := fldPath.Index(ci)
    		portsPath := idxPath.Child("ports")
    		for pi := range ctr.Ports {
    			idxPath := portsPath.Index(pi)
    			port := ctr.Ports[pi].HostPort
    			if port == 0 {
    				continue
    			}
    			str := fmt.Sprintf("%s/%s/%d", ctr.Ports[pi].Protocol, ctr.Ports[pi].HostIP, port)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 349.5K bytes
    - Viewed (1)
Back to top