Search Options

Results per page
Sort
Preferred Languages
Advance

Results 61 - 70 of 524 for unbound (0.25 sec)

  1. tools/istio-iptables/pkg/capture/run_test.go

    				cfg.OutboundIPRangesInclude = "10.0.0.0/8"
    			},
    		},
    		{
    			"inbound-ports-include",
    			func(cfg *config.Config) {
    				cfg.InboundPortsInclude = "32000,31000"
    			},
    		},
    		{
    			"inbound-ports-wildcard",
    			func(cfg *config.Config) {
    				cfg.InboundPortsInclude = "*"
    			},
    		},
    		{
    			"inbound-ports-tproxy",
    			func(cfg *config.Config) {
    				cfg.InboundPortsInclude = "32000,31000"
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Apr 30 22:24:38 UTC 2024
    - 8.1K bytes
    - Viewed (0)
  2. tools/istio-iptables/pkg/cmd/root.go

    	flag.BindEnv(fs, constants.LocalExcludePorts, "d",
    		"Comma separated list of inbound ports to be excluded from redirection to Envoy (optional). "+
    			"Only applies when all inbound traffic (i.e. \"*\") is being redirected.",
    		&cfg.InboundPortsExclude)
    
    	flag.BindEnv(fs, constants.ExcludeInterfaces, "c",
    		"Comma separated list of NIC (optional). Neither inbound nor outbound traffic will be captured.",
    		&cfg.ExcludeInterfaces)
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Apr 18 17:36:41 UTC 2024
    - 8.1K bytes
    - Viewed (0)
  3. pkg/apis/core/types.go

    	// used for PersistentVolumes that are not yet bound
    	// Available volumes are held by the binder and matched to PersistentVolumeClaims
    	VolumeAvailable PersistentVolumePhase = "Available"
    	// used for PersistentVolumes that are bound
    	VolumeBound PersistentVolumePhase = "Bound"
    	// used for PersistentVolumes where the bound PersistentVolumeClaim was deleted
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 268.9K bytes
    - Viewed (0)
  4. istioctl/pkg/writer/envoy/configdump/testdata/ecds/output.json

                    "name": "istio.io/telemetry/stats/prometheus/sidecar/Outbound/HTTP"
                },
                "lastUpdated": "2023-12-23T13:46:00.701Z"
            },
            {
                "ecdsFilter": {
                    "@type": "type.googleapis.com/envoy.config.core.v3.TypedExtensionConfig",
                    "name": "istio.io/telemetry/stats/prometheus/sidecar/Inbound/HTTP"
                },
                "lastUpdated": "2023-12-23T13:46:00.708Z"
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sun Dec 24 08:16:26 UTC 2023
    - 4.2K bytes
    - Viewed (0)
  5. pilot/pkg/networking/core/cluster_test.go

    			}},
    			watchedResourceNames: []string{"outbound|7070||test.com", "inbound|7070||", "inbound|8080||"},
    			usedDelta:            true,
    			removedClusters:      []string{"inbound|7070||", "outbound|7070||test.com"},
    			expectedClusters:     []string{"BlackHoleCluster", "InboundPassthroughCluster", "PassthroughCluster", "inbound|8080||", "outbound|8080||test.com"},
    		},
    		{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 13 01:56:28 UTC 2024
    - 108.8K bytes
    - Viewed (0)
  6. pilot/pkg/xds/testdata/none_lds_tcp.json

                        },
                        "cluster": {
                          "Kind": {
                            "StringValue": "inbound|7070|tcplocal|s1tcp.none"
                          }
                        },
                        "stat_prefix": {
                          "Kind": {
                            "StringValue": "inbound|7070|tcplocal|s1tcp.none"
                          }
                        }
                      }
                    }
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jul 22 21:13:54 UTC 2020
    - 22.4K bytes
    - Viewed (0)
  7. releasenotes/notes/filter-order.yaml

          
          The ordering is now consistent across inbound, outbound and gateway proxy modes, as well as HTTP and TCP protocols:
          
          * Metadata Exchange
          * CUSTOM Authz
          * WASM Authn
          * Authn
          * WASM Authz
          * Authz
          * WASM Stats
          * Stats
          * WASM unspecified
          
          This changes the following areas:
          * Inbound TCP filters now place Metadata Exchange before Authn.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Sep 15 18:28:50 UTC 2023
    - 895 bytes
    - Viewed (0)
  8. istioctl/pkg/writer/envoy/configdump/testdata/ecds/configdump.json

                        },
                        "last_updated": "2023-12-23T13:46:00.701Z"
                    },
                    {
                        "ecds_filter": {
                            "@type": "type.googleapis.com/envoy.config.core.v3.TypedExtensionConfig",
                            "name": "istio.io/telemetry/stats/prometheus/sidecar/Inbound/HTTP"
                        },
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sun Dec 24 08:16:26 UTC 2023
    - 5.3K bytes
    - Viewed (0)
  9. releasenotes/notes/31095.yaml

    apiVersion: release-notes/v2
    kind: bug-fix
    area: traffic-management
    issue:
      - 31095
    releaseNotes:
      - |
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri May 14 00:22:23 UTC 2021
    - 228 bytes
    - Viewed (0)
  10. pilot/pkg/networking/core/listener_builder_test.go

    					{
    						Name: "outbound-listener",
    					},
    					{
    						Name: "new-outbound-listener",
    					},
    				},
    			},
    		},
    		{
    			name:  "patch inbound and outbound listener",
    			proxy: sidecarProxy,
    			fields: fields{
    				OutboundListeners: []*listener.Listener{
    					{
    						Name: "outbound-listener",
    					},
    					{
    						Name: "remove-outbound",
    						Address: &core.Address{
    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