Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 13 for 180x180 (0.11 sec)

  1. pkg/proxy/nftables/proxier_test.go

    		add chain ip kube-proxy endpoint-GTK6MW7G-ns5/svc5/tcp/p80__10.180.0.3/80
    		add rule ip kube-proxy endpoint-GTK6MW7G-ns5/svc5/tcp/p80__10.180.0.3/80 ip saddr 10.180.0.3 jump mark-for-masquerade
    		add rule ip kube-proxy endpoint-GTK6MW7G-ns5/svc5/tcp/p80__10.180.0.3/80 update @affinity-GTK6MW7G-ns5/svc5/tcp/p80__10.180.0.3/80 { ip saddr }
    		add rule ip kube-proxy endpoint-GTK6MW7G-ns5/svc5/tcp/p80__10.180.0.3/80 meta l4proto tcp dnat to 10.180.0.3:80
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Apr 27 01:31:57 UTC 2024
    - 173.5K bytes
    - Viewed (0)
  2. pkg/proxy/endpointslicecache_test.go

    			},
    			expectedMap: spToEndpointMap{
    				makeServicePortName("ns1", "svc1", "port-0", v1.ProtocolTCP): {
    					"10.0.1.1:80": &BaseEndpointInfo{
    						ip:          "10.0.1.1",
    						port:        80,
    						endpoint:    "10.0.1.1:80",
    						isLocal:     false,
    						ready:       true,
    						serving:     true,
    						terminating: false,
    					},
    					"10.0.1.2:80": &BaseEndpointInfo{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Apr 29 21:07:21 UTC 2024
    - 24.9K bytes
    - Viewed (0)
  3. pkg/proxy/topology_test.go

    		endpoints: []Endpoint{
    			&BaseEndpointInfo{endpoint: "10.0.0.0:80", ready: true, isLocal: false},
    			&BaseEndpointInfo{endpoint: "10.0.0.1:80", ready: true, isLocal: true},
    		},
    		clusterEndpoints: nil,
    		localEndpoints:   sets.New[string]("10.0.0.1:80"),
    		allEndpoints:     sets.New[string]("10.0.0.1:80"),
    	}}
    
    	for _, tc := range testCases {
    		t.Run(tc.name, func(t *testing.T) {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 26.6K bytes
    - Viewed (0)
  4. pilot/pkg/serviceregistry/serviceentry/conversion_test.go

    			{Number: 8080, Name: "http-alt-port", Protocol: "http"},
    		},
    		Endpoints: []*networking.WorkloadEntry{
    			{
    				Address: "2.2.2.2",
    				Ports:   map[string]uint32{"http-port": 7080, "http-alt-port": 18080},
    				Labels:  map[string]string{label.SecurityTlsMode.Name: model.IstioMutualTLSModeLabel},
    			},
    			{
    				Address: "3.3.3.3",
    				Ports:   map[string]uint32{"http-port": 1080},
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 23 21:07:03 UTC 2024
    - 39K bytes
    - Viewed (0)
  5. pkg/util/net/ip_test.go

    		remoteAddr string
    		expected   bool
    	}{
    		{
    			name:       "Localhost IPv4",
    			remoteAddr: "127.0.0.1:8080",
    			expected:   true,
    		},
    		{
    			name:       "Localhost IPv6",
    			remoteAddr: "[::1]:8080",
    			expected:   true,
    		},
    		{
    			name:       "Private IPv4",
    			remoteAddr: "192.168.1.100:8080",
    			expected:   false,
    		},
    		{
    			name:       "Public IPv4",
    			remoteAddr: "8.8.8.8:8080",
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 01 14:41:40 UTC 2024
    - 8.7K bytes
    - Viewed (0)
  6. pkg/proxy/ipvs/proxier_test.go

    	assert.Nil(t, rsErr1, "Expected no error getting real servers")
    	assert.Len(t, realServers1, 3, "Expected 3 real servers")
    	assert.Equal(t, realServers1[0].String(), "10.0.1.1:80")
    	assert.Equal(t, realServers1[1].String(), "10.0.1.2:80")
    	assert.Equal(t, realServers1[2].String(), "10.0.1.3:80")
    
    	fp.OnEndpointSliceDelete(endpointSlice)
    	fp.syncProxyRules()
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Apr 27 01:31:57 UTC 2024
    - 186.8K bytes
    - Viewed (0)
  7. pkg/proxy/iptables/proxier_test.go

    		-A KUBE-SEP-BSWRHOQ77KEXZLNL -m comment --comment ns3/svc3:p80 -m tcp -p tcp -j DNAT --to-destination 10.0.3.1:80
    		-A KUBE-SVC-X27LE4BHSL4DOUIK -m comment --comment "ns3/svc3:p80 cluster IP" -m tcp -p tcp -d 172.30.0.43 --dport 80 ! -s 10.0.0.0/8 -j KUBE-MARK-MASQ
    		-A KUBE-SVC-X27LE4BHSL4DOUIK -m comment --comment "ns3/svc3:p80 -> 10.0.3.1:80" -j KUBE-SEP-BSWRHOQ77KEXZLNL
    		COMMIT
    		`)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 21 14:39:54 UTC 2024
    - 249.9K bytes
    - Viewed (0)
  8. pilot/pkg/networking/util/util_test.go

    								EnvoyInternalAddress: &core.EnvoyInternalAddress{
    									AddressNameSpecifier: &core.EnvoyInternalAddress_ServerListenerName{
    										ServerListenerName: "connect_originate",
    									},
    									EndpointId: "10.0.0.1:80",
    								},
    							},
    						},
    					},
    				},
    			},
    			want: "10.0.0.1",
    		},
    		{
    			name: "internal address(ipv6)",
    			endpoint: &endpoint.LbEndpoint{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 29 01:17:58 UTC 2024
    - 40K bytes
    - Viewed (0)
  9. pkg/proxy/nftables/proxier.go

    // endpoint. This is something like
    // "HASH-namespace/serviceName/protocol/portName__endpointIP/endpointport", e.g.,
    // "5OJB2KTY-ns1/svc1/tcp/p80__10.180.0.1/80".
    func servicePortEndpointChainNameBase(servicePortName *proxy.ServicePortName, protocol, endpoint string) string {
    	// As above in servicePortChainNameBase: Namespace, Service, Port, Protocol, and
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Jun 08 13:48:54 UTC 2024
    - 55.5K bytes
    - Viewed (0)
  10. pilot/pkg/serviceregistry/serviceentry/controller_test.go

    	expectServiceInstances(t, sd, httpDNS, 0, []*model.ServiceInstance{
    		makeInstance(httpDNS, "us.google.com", 7080, httpDNS.Spec.(*networking.ServiceEntry).Ports[0], nil, MTLS),
    		makeInstance(httpDNS, "us.google.com", 18080, httpDNS.Spec.(*networking.ServiceEntry).Ports[1], nil, MTLS),
    		makeInstance(httpDNS, "uk.google.com", 1080, httpDNS.Spec.(*networking.ServiceEntry).Ports[0], nil, MTLS),
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 29 15:31:09 UTC 2024
    - 92.9K bytes
    - Viewed (0)
Back to top