Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for portMap (1.01 sec)

  1. pkg/config/validation/validation.go

    			}
    
    			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"))
    			}
    			portMap.Insert(i.Port.Number)
    
    			if len(i.DefaultEndpoint) != 0 {
    				if strings.HasPrefix(i.DefaultEndpoint, UnixAddressPrefix) {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 12 04:03:33 UTC 2024
    - 107.2K bytes
    - Viewed (0)
  2. cluster/gce/gci/configure-helper.sh

            "type": "host-local",
            "subnet": "{{.PodCIDR}}",
            "routes": [
              {
                "dst": "0.0.0.0/0"
              }
            ]
          }
        },
        {
          "type": "portmap",
          "capabilities": {
            "portMappings": true
          }
        }
      ]
    }
    EOF
      if [[ "${KUBERNETES_MASTER:-}" != "true" ]]; then
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Jun 10 22:07:47 UTC 2024
    - 141.1K bytes
    - Viewed (0)
Back to top