Search Options

Results per page
Sort
Preferred Languages
Advance

Results 131 - 140 of 149 for PortValue (0.12 sec)

  1. pilot/pkg/networking/core/envoyfilter/listener_patch_test.go

    		{
    			Name: "12345",
    			Address: &core.Address{
    				Address: &core.Address_SocketAddress{
    					SocketAddress: &core.SocketAddress{
    						PortSpecifier: &core.SocketAddress_PortValue{
    							PortValue: 12345,
    						},
    					},
    				},
    			},
    			FilterChains: []*listener.FilterChain{
    				{
    					FilterChainMatch: &listener.FilterChainMatch{TransportProtocol: "tls"},
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sun Apr 21 17:42:54 UTC 2024
    - 70.1K bytes
    - Viewed (0)
  2. staging/src/k8s.io/api/testdata/HEAD/networking.k8s.io.v1.NetworkPolicy.json

                "valuesValue"
              ]
            }
          ]
        },
        "ingress": [
          {
            "ports": [
              {
                "protocol": "protocolValue",
                "port": "portValue",
                "endPort": 3
              }
            ],
            "from": [
              {
                "podSelector": {
                  "matchLabels": {
                    "matchLabelsKey": "matchLabelsValue"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon May 01 18:19:25 UTC 2023
    - 3.8K bytes
    - Viewed (0)
  3. staging/src/k8s.io/api/testdata/v1.29.0/networking.k8s.io.v1.NetworkPolicy.json

                "valuesValue"
              ]
            }
          ]
        },
        "ingress": [
          {
            "ports": [
              {
                "protocol": "protocolValue",
                "port": "portValue",
                "endPort": 3
              }
            ],
            "from": [
              {
                "podSelector": {
                  "matchLabels": {
                    "matchLabelsKey": "matchLabelsValue"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Dec 15 04:12:07 UTC 2023
    - 3.8K bytes
    - Viewed (0)
  4. staging/src/k8s.io/api/testdata/v1.29.0/extensions.v1beta1.NetworkPolicy.json

                "valuesValue"
              ]
            }
          ]
        },
        "ingress": [
          {
            "ports": [
              {
                "protocol": "protocolValue",
                "port": "portValue",
                "endPort": 3
              }
            ],
            "from": [
              {
                "podSelector": {
                  "matchLabels": {
                    "matchLabelsKey": "matchLabelsValue"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Dec 15 04:12:07 UTC 2023
    - 3.8K bytes
    - Viewed (0)
  5. pilot/pkg/xds/xds_test.go

    			Exists("{.resources[?(@.address.socketAddress.portValue==27018)]}").
    			Select("{.resources[?(@.address.socketAddress.portValue==27018)]}").
    			Equals("0.0.0.0", "{.address.socketAddress.address}").
    			// Example doing a struct comparison, note the pain with oneofs....
    			Equals(&core.SocketAddress{
    				Address: "0.0.0.0",
    				PortSpecifier: &core.SocketAddress_PortValue{
    					PortValue: uint32(27018),
    				},
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Mar 27 16:59:05 UTC 2024
    - 13.8K bytes
    - Viewed (0)
  6. pilot/pkg/xds/testdata/none_lds_http.json

    {
        "0.0.0.0_7071": {
          "name": "0.0.0.0_7071",
          "address": {
            "Address": {
              "SocketAddress": {
                "address": "0.0.0.0",
                "PortSpecifier": {
                  "PortValue": 7071
                }
              }
            }
          },
          "filter_chains": [
            {
              "filters": [
                {
                  "name": "envoy.http_connection_manager",
                  "ConfigType": {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 13 02:10:15 UTC 2021
    - 32.9K bytes
    - Viewed (0)
  7. istioctl/pkg/writer/envoy/configdump/listener_test.go

    			},
    			inListener: &listener.Listener{
    				Address: &core.Address{
    					Address: &core.Address_SocketAddress{
    						SocketAddress: &core.SocketAddress{
    							PortSpecifier: &core.SocketAddress_PortValue{
    								PortValue: 11,
    							},
    						},
    					},
    				},
    			},
    			expect: false,
    		},
    		{
    			desc: "http-type-match",
    			inFilter: &ListenerFilter{
    				Type: "HTTP",
    			},
    			inListener: &listener.Listener{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Sep 11 15:29:30 UTC 2023
    - 4.1K bytes
    - Viewed (0)
  8. pkg/adsc/delta_test.go

    		Address: &core.Address_SocketAddress{
    			SocketAddress: &core.SocketAddress{
    				Protocol: core.SocketAddress_TCP,
    				Address:  "0.0.0.0",
    				PortSpecifier: &core.SocketAddress_PortValue{
    					PortValue: 8080,
    				},
    			},
    		},
    	},
    	FilterChains: []*listener.FilterChain{
    		{
    			Filters: []*listener.Filter{
    				{
    					Name: wellknown.HTTPConnectionManager,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Feb 02 09:32:41 UTC 2024
    - 13.9K bytes
    - Viewed (0)
  9. pilot/pkg/networking/core/cluster_builder.go

    				PortSpecifier: &core.SocketAddress_PortValue{PortValue: uint32(0)},
    			},
    		})
    	}
    	c := cb.buildDefaultPassthroughCluster()
    	c.Name = util.InboundPassthroughCluster
    	c.Filters = nil
    	c.UpstreamBindConfig = &core.BindConfig{
    		SourceAddress: &core.SocketAddress{
    			Address:       src,
    			PortSpecifier: &core.SocketAddress_PortValue{PortValue: uint32(0)},
    		},
    		ExtraSourceAddresses: extraSrc,
    	}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 13 01:56:28 UTC 2024
    - 31.6K bytes
    - Viewed (0)
  10. pilot/pkg/networking/core/listener_builder_test.go

    						Name: "remove-outbound",
    						Address: &core.Address{
    							Address: &core.Address_SocketAddress{
    								SocketAddress: &core.SocketAddress{
    									PortSpecifier: &core.SocketAddress_PortValue{
    										PortValue: 81,
    									},
    								},
    							},
    						},
    					},
    				},
    			},
    			want: fields{
    				InboundListeners: []*listener.Listener{
    					{
    						Name: "new-inbound-listener",
    					},
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 13 01:56:28 UTC 2024
    - 24.7K bytes
    - Viewed (0)
Back to top