Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 43 for 15008 (0.07 sec)

  1. istioctl/pkg/writer/compare/testdata/configdump.json

                  "name": "connect_terminate",
                  "address": {
                    "socket_address": {
                      "address": "0.0.0.0",
                      "port_value": 15008
                    }
                  },
                  "filter_chains": [
                    {
                      "filters": [
                        {
                          "name": "envoy.filters.network.http_connection_manager",
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Mar 12 10:02:09 UTC 2024
    - 52K bytes
    - Viewed (0)
  2. istioctl/pkg/writer/compare/testdata/configdump_diff.json

                  "name": "connect_terminate",
                  "address": {
                    "socket_address": {
                      "address": "0.0.0.0",
                      "port_value": 15008
                    }
                  },
                  "filter_chains": [
                    {
                      "filters": [
                        {
                          "name": "envoy.filters.network.http_connection_manager",
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Mar 12 10:02:09 UTC 2024
    - 51.6K bytes
    - Viewed (0)
  3. pilot/pkg/serviceregistry/kube/controller/ambient/ambientindex_test.go

    			Destination: &workloadapi.GatewayAddress_Address{
    				Address: &workloadapi.NetworkAddress{
    					Address: netip.MustParseAddr(expectedIP).AsSlice(),
    				},
    			},
    			HboneMtlsPort: 15008,
    		}
    	}
    	workloads := s.lookup(s.podXdsName(key))
    	if len(workloads) < 1 {
    		t.Log("no workloads provided, assertion must fail")
    		t.Fail()
    	}
    	for _, workload := range workloads {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 08 01:04:50 UTC 2024
    - 70.2K bytes
    - Viewed (0)
  4. pilot/pkg/config/kube/gateway/conversion.go

    // We could completely reject but that seems more likely to cause pain.
    func unexpectedWaypointListener(l k8s.Listener) bool {
    	if l.Port != 15008 {
    		return true
    	}
    	if l.Protocol != k8s.ProtocolType(protocol.HBONE) {
    		return true
    	}
    	return false
    }
    
    func getListenerNames(obj config.Config) sets.Set[k8s.SectionName] {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Jun 14 04:34:37 UTC 2024
    - 84.7K bytes
    - Viewed (0)
  5. pilot/pkg/networking/core/listener_test.go

    	httpProxy := xdstest.ExtractListener("127.0.0.1_15007", listeners)
    	f := httpProxy.FilterChains[0].Filters[0]
    	cfg, _ := conversion.MessageToStruct(f.GetTypedConfig())
    
    	if httpProxy.Address.GetSocketAddress().GetPortValue() != 15007 {
    		t.Fatalf("expected http proxy is not listening on %d, but on port %d", 15007,
    			httpProxy.Address.GetSocketAddress().GetPortValue())
    	}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 13 01:56:28 UTC 2024
    - 93.6K bytes
    - Viewed (0)
  6. istioctl/pkg/proxyconfig/testdata/config_dump.json

                          "endpoint": {
                            "address": {
                              "socket_address": {
                                "address": "127.0.0.1",
                                "port_value": 15000
                              }
                            }
                          }
                        }
                      ]
                    }
                  ]
                }
              },
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 03 23:08:06 UTC 2024
    - 54.8K bytes
    - Viewed (0)
  7. pilot/pkg/networking/core/envoyfilter/listener_patch_test.go

    						PortSpecifier: &core.SocketAddress_PortValue{
    							PortValue: 15006,
    						},
    					},
    				},
    			},
    			FilterChains: []*listener.FilterChain{
    				{
    					Name: "virtualInbound-blackhole",
    					FilterChainMatch: &listener.FilterChainMatch{
    						DestinationPort: &wrapperspb.UInt32Value{
    							Value: 15006,
    						},
    					},
    					Filters: []*listener.Filter{
    						{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sun Apr 21 17:42:54 UTC 2024
    - 70.1K bytes
    - Viewed (0)
  8. tests/integration/pilot/testdata/upgrade/1.6.11-install.yaml.tar

    contains "/" .Values.global.proxy_init.image }} image: "{{ .Values.global.proxy_init.image }}" {{- else }} image: "{{ .Values.global.hub }}/{{ .Values.global.proxy_init.image }}:{{ .Values.global.tag }}" {{- end }} args: - istio-iptables - "-p" - 15001 - "-z" - "15006" - "-u" - 1337 - "-m" - "{{ annotation .ObjectMeta `sidecar.istio.io/interceptionMode` .ProxyConfig.InterceptionMode }}" - "-i" - "{{ annotation .ObjectMeta `traffic.sidecar.istio.io/includeOutboundIPRan` .Values.global.proxy.includeIPRanges...
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 13 16:06:08 UTC 2021
    - 50K bytes
    - Viewed (0)
  9. pkg/controller/podautoscaler/replica_calculator_test.go

    			targetUsage:   15000,
    			expectedUsage: 31666,
    			metricType:    podMetric,
    		},
    	}
    	tc.runTest(t)
    }
    
    func TestReplicaCalcScaleUpCMObject(t *testing.T) {
    	tc := replicaCalcTestCase{
    		currentReplicas:  3,
    		expectedReplicas: 4,
    		metric: &metricInfo{
    			name:          "qps",
    			levels:        []int64{20000},
    			targetUsage:   15000,
    			expectedUsage: 20000,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Aug 19 03:31:34 UTC 2023
    - 68.4K bytes
    - Viewed (0)
  10. istioctl/pkg/writer/envoy/configdump/testdata/endpoint/configdump.json

                                                    "socket_address": {
                                                        "address": "127.0.0.1",
                                                        "port_value": 15000
                                                    }
                                                },
                                                "health_check_config": {}
                                            },
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Jul 12 02:25:59 UTC 2022
    - 66K bytes
    - Viewed (0)
Back to top