Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 32 for listenerfilter (0.27 sec)

  1. tests/testdata/envoy_local.json

                    "name": "envoy.tcp_proxy",
                    "config": {
                      "stat_prefix": "iptables"
                    }
                  }
                ]
              }
            ],
            "listener_filters": [
              {
                "name": "envoy.listener.original_dst"
              }
            ]
          },
          {
            "name": "http_proxy",
            "address": {
              "socket_address": {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 13 02:10:15 UTC 2021
    - 9.9K bytes
    - Viewed (0)
  2. istioctl/pkg/authz/testdata/configdump.yaml

                 }
                },
                "path_with_escaped_slashes_action": "KEEP_UNCHANGED"
               }
              }
             ]
            }
           ],
           "listener_filters": [
            {
             "name": "envoy.filters.listener.tls_inspector",
             "typed_config": {
              "@type": "type.googleapis.com/envoy.extensions.filters.listener.tls_inspector.v3.TlsInspector"
             }
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 21 14:20:23 UTC 2023
    - 206.7K bytes
    - Viewed (1)
  3. istioctl/pkg/writer/compare/testdata/configdump_diff.json

                          }
                        }
                      ],
                      "name": "inbound-vip|9080||details.default.svc.cluster.local-http"
                    }
                  ],
                  "listener_filters": [
                    {
                      "name": "envoy.filters.listener.original_dst",
                      "typed_config": {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Mar 12 10:02:09 UTC 2024
    - 51.6K bytes
    - Viewed (0)
  4. istioctl/pkg/writer/compare/testdata/configdump.json

                          }
                        }
                      ],
                      "name": "inbound-vip|9080||details.default.svc.cluster.local-http"
                    }
                  ],
                  "listener_filters": [
                    {
                      "name": "envoy.filters.listener.original_dst",
                      "typed_config": {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Mar 12 10:02:09 UTC 2024
    - 52K bytes
    - Viewed (0)
  5. pilot/test/xdstest/validate.go

    func validateInspector(t testing.TB, l *listener.Listener) {
    	t.Helper()
    	for _, lf := range l.ListenerFilters {
    		if lf.Name == xdsfilters.TLSInspector.Name {
    			return
    		}
    	}
    	for _, fc := range l.FilterChains {
    		m := fc.FilterChainMatch
    		if fc.FilterChainMatch == nil {
    			continue
    		}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Mar 28 17:09:02 UTC 2024
    - 9.2K bytes
    - Viewed (0)
  6. operator/cmd/mesh/testdata/manifest-generate/output/all_on.golden-show-in-gh-pull-request.yaml

                                      description: Applies only to `SIDECAR_INBOUND` context.
                                      type: string
                                  type: object
                                listenerFilter:
                                  description: Match a specific listener filter.
                                  type: string
                                name:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 10 05:10:03 UTC 2024
    - 506.8K bytes
    - Viewed (0)
  7. pilot/pkg/networking/grpcgen/lds.go

    						PortValue: uint32(listenPort),
    					},
    				},
    			}},
    			FilterChains: buildInboundFilterChains(node, push, si, mtlsPolicy),
    			// the following must not be set or the client will NACK
    			ListenerFilters: nil,
    			UseOriginalDst:  nil,
    		}
    		// add extra addresses for the listener
    		extrAddresses := si.Service.GetExtraAddressesForProxy(node)
    		if len(extrAddresses) > 0 {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Apr 17 22:20:44 UTC 2024
    - 14.6K bytes
    - Viewed (0)
  8. manifests/charts/istiod-remote/templates/crd-all.gen.yaml

                                      description: Applies only to `SIDECAR_INBOUND` context.
                                      type: string
                                  type: object
                                listenerFilter:
                                  description: Match a specific listener filter.
                                  type: string
                                name:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 06 21:31:42 UTC 2024
    - 671.7K bytes
    - Viewed (0)
  9. istioctl/pkg/proxyconfig/testdata/config_dump.json

                          }
                        }
                      ],
                      "name": "direct-http"
                    }
                  ],
                  "listener_filters": [
                    {
                      "name": "envoy.filters.listener.original_dst",
                      "typed_config": {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 03 23:08:06 UTC 2024
    - 54.8K bytes
    - Viewed (0)
  10. manifests/charts/base/crds/crd-all.gen.yaml

                                      description: Applies only to `SIDECAR_INBOUND` context.
                                      type: string
                                  type: object
                                listenerFilter:
                                  description: Match a specific listener filter.
                                  type: string
                                name:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 06 21:31:42 UTC 2024
    - 671.6K bytes
    - Viewed (0)
Back to top