Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 50 for port1 (0.1 sec)

  1. pkg/proxy/ipvs/proxier_test.go

    	fp.syncProxyRules()
    
    	// check ipSet rules
    	makeTCPEntry := func(port int) *utilipset.Entry {
    		return &utilipset.Entry{
    			Port:     port,
    			Protocol: strings.ToLower(string(v1.ProtocolTCP)),
    			SetType:  utilipset.BitmapPort,
    		}
    	}
    	epIPSet := netlinktest.ExpectedIPSet{
    		// healthcheck node port set should only contain valid HC node ports
    		kubeHealthCheckNodePortSet: {makeTCPEntry(30000), makeTCPEntry(30001)},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Apr 27 01:31:57 UTC 2024
    - 186.8K bytes
    - Viewed (0)
  2. pkg/config/validation/validation_test.go

    			"port", "",
    		},
    		{
    			"duplicate port names",
    			&networking.Gateway{
    				Servers: []*networking.Server{
    					{
    						Hosts: []string{"foo.bar.com"},
    						Port:  &networking.Port{Name: "foo", Number: 80, Protocol: "http"},
    					},
    					{
    						Hosts: []string{"scooby.doo.com"},
    						Port:  &networking.Port{Name: "foo", Number: 8080, Protocol: "http"},
    					},
    				},
    			},
    			"port names", "",
    		},
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Apr 30 03:11:45 UTC 2024
    - 196K bytes
    - Viewed (0)
  3. tests/integration/pilot/common/routing.go

    				"DestinationHost":    dests[0].Config().ClusterLocalFQDN(),
    				"Port":               ports.HTTP.ServicePort,
    				"GatewayIstioLabel":  t.Istio.Settings().IngressGatewayIstioLabel,
    			}
    		},
    	})
    
    	for _, port := range []echo.Port{ports.AutoHTTP, ports.HTTP, ports.HTTP2} {
    		for _, h2 := range []bool{true, false} {
    			port, h2 := port, h2
    			protoName := "http1"
    			expectedProto := "HTTP/1.1"
    			if h2 {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 08 21:52:51 UTC 2024
    - 135.9K bytes
    - Viewed (0)
  4. pkg/proxy/nftables/proxier_test.go

    			svc.Spec.ClusterIP = "172.30.55.4"
    			svc.Spec.Ports = addTestPort(svc.Spec.Ports, "something", "UDP", 1234, 4321, 0)
    			svc.Spec.Ports = addTestPort(svc.Spec.Ports, "somethingelse", "UDP", 1235, 5321, 0)
    			svc.Spec.Ports = addTestPort(svc.Spec.Ports, "sctpport", "SCTP", 1236, 6321, 0)
    		}),
    		makeTestService("somewhere-else", "node-port", func(svc *v1.Service) {
    			svc.Spec.Type = v1.ServiceTypeNodePort
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Apr 27 01:31:57 UTC 2024
    - 173.5K bytes
    - Viewed (0)
  5. pilot/pkg/networking/core/gateway_test.go

    						Servers: []*networking.Server{
    							{
    								Port: &networking.Port{Name: "http", Number: 80, Protocol: "HTTP"},
    							},
    							{
    								Port:  &networking.Port{Name: "http", Number: 8080, Protocol: "HTTP"},
    								Hosts: []string{"externalgatewayclient.com"},
    							},
    							{
    								Port:  &networking.Port{Name: "http", Number: 8080, Protocol: "HTTP"},
    								Bind:  "127.0.0.1",
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon May 06 04:44:06 UTC 2024
    - 144K bytes
    - Viewed (0)
  6. pilot/pkg/networking/core/cluster_test.go

    	c = c.fillDefaults()
    
    	servicePort := model.PortList{
    		&model.Port{
    			Name:     "default",
    			Port:     8080,
    			Protocol: protocol.HTTP,
    		},
    		&model.Port{
    			Name:     "auto",
    			Port:     9090,
    			Protocol: protocol.Unsupported,
    		},
    	}
    
    	service := &model.Service{
    		Hostname:     host.Name(c.serviceHostname),
    		Ports:        servicePort,
    		Resolution:   c.serviceResolution,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 13 01:56:28 UTC 2024
    - 108.8K bytes
    - Viewed (0)
  7. operator/cmd/mesh/testdata/manifest-generate/data-snapshot.tar.gz

    40Mi istio-ingressgateway: autoscaleEnabled: false ports: ## You can add custom gateway ports in user values overrides, but it must include those ports since helm replaces. # Note that AWS ELB will by default perform health checks on the first port # on this list. Setting this to the health check port will ensure that health # checks always work. https://github.com/istio/istio/issues/12503 - port: 15021 targetPort: 15021 name: status-port - port: 80 targetPort: 8080 name: http2 - port: 443 targetPort:...
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 10 05:10:03 UTC 2024
    - 198.1K bytes
    - Viewed (0)
  8. pkg/printers/internalversion/printers.go

    	}
    	return "<unknown>"
    }
    
    func makePortString(ports []api.ServicePort) string {
    	pieces := make([]string, len(ports))
    	for ix := range ports {
    		port := &ports[ix]
    		pieces[ix] = fmt.Sprintf("%d/%s", port.Port, port.Protocol)
    		if port.NodePort > 0 {
    			pieces[ix] = fmt.Sprintf("%d:%d/%s", port.Port, port.NodePort, port.Protocol)
    		}
    	}
    	return strings.Join(pieces, ",")
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 14:04:15 UTC 2024
    - 128.3K bytes
    - Viewed (0)
  9. pkg/printers/internalversion/printers_test.go

    					ClusterIPs: []string{"1.3.4.5"},
    					Type:       "LoadBalancer",
    					Ports:      []api.ServicePort{{Port: 80, Protocol: "TCP"}, {Port: 8090, Protocol: "UDP"}, {Port: 8000, Protocol: "TCP"}, {Port: 7777, Protocol: "SCTP"}},
    				},
    			},
    			options: printers.GenerateOptions{},
    			// Columns: Name, Type, Cluster-IP, External-IP, Port(s), Age
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 14:04:15 UTC 2024
    - 218.6K bytes
    - Viewed (0)
  10. staging/src/k8s.io/api/networking/v1/generated.pb.go

    			postIndex := iNdEx + msglen
    			if postIndex < 0 {
    				return ErrInvalidLengthGenerated
    			}
    			if postIndex > l {
    				return io.ErrUnexpectedEOF
    			}
    			m.Ports = append(m.Ports, IngressPortStatus{})
    			if err := m.Ports[len(m.Ports)-1].Unmarshal(dAtA[iNdEx:postIndex]); err != nil {
    				return err
    			}
    			iNdEx = postIndex
    		default:
    			iNdEx = preIndex
    			skippy, err := skipGenerated(dAtA[iNdEx:])
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:37 UTC 2024
    - 158.2K bytes
    - Viewed (0)
Back to top