Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 33 for 15008 (0.46 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. 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)
  7. plugin/pkg/admission/limitranger/admission_test.go

    		},
    		{
    			pod: withRestartableInitContainer(getComputeResourceList("1500m", ""), api.ResourceList{},
    				validPod("ctr-max-cpu-limit-restartable-init-container", 1, getResourceRequirements(getComputeResourceList("1000m", ""), getComputeResourceList("1500m", "")))),
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Mar 06 00:00:21 UTC 2024
    - 51.5K bytes
    - Viewed (0)
  8. pkg/kube/inject/testdata/inputs/traffic-params.yaml.7.template.gen.yaml

            image: "{{ .ProxyImage }}"
          {{- end }}
            args:
            - istio-iptables
            - "-p"
            - {{ .MeshConfig.ProxyListenPort | default "15001" | quote }}
            - "-z"
            - {{ .MeshConfig.ProxyInboundListenPort | default "15006" | quote }}
            - "-u"
            - {{ .ProxyUID | default "1337" | quote }}
            - "-m"
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 03 01:55:05 UTC 2024
    - 75.9K bytes
    - Viewed (0)
  9. pkg/kube/inject/testdata/inputs/hello.yaml.14.template.gen.yaml

            image: "{{ .ProxyImage }}"
          {{- end }}
            args:
            - istio-iptables
            - "-p"
            - {{ .MeshConfig.ProxyListenPort | default "15001" | quote }}
            - "-z"
            - {{ .MeshConfig.ProxyInboundListenPort | default "15006" | quote }}
            - "-u"
            - {{ .ProxyUID | default "1337" | quote }}
            - "-m"
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 03 01:55:05 UTC 2024
    - 75.9K bytes
    - Viewed (0)
  10. pkg/kube/inject/testdata/inputs/hello.yaml.3.template.gen.yaml

            image: "{{ .ProxyImage }}"
          {{- end }}
            args:
            - istio-iptables
            - "-p"
            - {{ .MeshConfig.ProxyListenPort | default "15001" | quote }}
            - "-z"
            - {{ .MeshConfig.ProxyInboundListenPort | default "15006" | quote }}
            - "-u"
            - {{ .ProxyUID | default "1337" | quote }}
            - "-m"
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 03 01:55:05 UTC 2024
    - 75.9K bytes
    - Viewed (0)
Back to top