Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for getUid (0.11 sec)

  1. pkg/config/validation/validation.go

    				continue
    			}
    
    			// nolint: staticcheck
    			if i.Port.TargetPort > 0 {
    				errs = AppendValidation(errs, fmt.Errorf("targetPort has no impact on Sidecars"))
    			}
    
    			bind := i.GetBind()
    			errs = AppendValidation(errs, validateSidecarIngressPortAndBind(i.Port, bind))
    
    			if portMap.Contains(i.Port.Number) {
    				errs = AppendValidation(errs, fmt.Errorf("sidecar: ports on IP bound listeners must be unique"))
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 12 04:03:33 UTC 2024
    - 107.2K bytes
    - Viewed (0)
Back to top