Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 17 for Lua (0.07 sec)

  1. pkg/config/analysis/analyzers/testdata/envoy-filter-patch-operation.yaml

      configPatches:
      - applyTo: HTTP_FILTER
        match:
          context: SIDECAR_INBOUND
        patch:
          operation: REPLACE
          value: # Lua filter specification
           name: envoy.lua
           typed_config:
              "@type": "type.googleapis.com/envoy.extensions.filters.http.lua.v3.Lua"
              inlineCode: |
                function envoy_on_request(request_handle)
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 31 19:38:42 UTC 2022
    - 5K bytes
    - Viewed (0)
  2. pkg/config/analysis/analyzers/testdata/absolute-envoy-filter-operation.yaml

                subFilter:
                  name: "envoy.filters.http.router"
        patch:
          operation: INSERT_FIRST
          value: # lua filter specification
           name: envoy.lua
           typed_config:
              "@type": "type.googleapis.com/envoy.extensions.filters.http.lua.v3.Lua"
              inlineCode: |
                function envoy_on_request(request_handle)
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Mar 28 12:58:54 UTC 2023
    - 3.9K bytes
    - Viewed (0)
  3. pkg/config/analysis/analyzers/testdata/relative-envoy-filter-operation.yaml

                subFilter:
                  name: "envoy.filters.http.router"
        patch:
          operation: INSERT_BEFORE
          value: # Lua filter specification
           name: envoy.lua
           typed_config:
              "@type": "type.googleapis.com/envoy.extensions.filters.http.lua.v3.Lua"
              inlineCode: |
                function envoy_on_request(request_handle)
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 31 19:38:42 UTC 2022
    - 6.1K bytes
    - Viewed (0)
  4. pkg/config/analysis/analyzers/testdata/envoy-filter-replace-operation.yaml

                subFilter:
                  name: "envoy.filters.http.router"
        patch:
          operation: REPLACE
          value: # Lua filter specification
           name: envoy.lua
           typed_config:
              "@type": "type.googleapis.com/envoy.extensions.filters.http.lua.v3.Lua"
              inlineCode: |
                function envoy_on_request(request_handle)
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 31 19:38:42 UTC 2022
    - 4.9K bytes
    - Viewed (0)
  5. tests/testdata/networking/envoyfilter-without-service/configs.yaml

                subFilter:
                  name: "envoy.filters.http.router"
        patch:
          operation: INSERT_BEFORE
          value: # lua filter specification
            name: envoy.lua
            typed_config:
              "@type": "type.googleapis.com/envoy.extensions.filters.http.lua.v3.Lua"
              inlineCode: |
                function envoy_on_request(request_handle)
                  request_handle:logWarn("Hello World")
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jul 13 16:44:49 UTC 2023
    - 1.8K bytes
    - Viewed (0)
  6. pkg/wellknown/wellknown.go

    	HTTPRateLimit = "envoy.filters.http.ratelimit"
    	// Router HTTP filter
    	Router = "envoy.filters.http.router"
    	// Health checking HTTP filter
    	HealthCheck = "envoy.filters.http.health_check"
    	// Lua HTTP filter
    	Lua = "envoy.filters.http.lua"
    	// Squash HTTP filter
    	Squash = "envoy.filters.http.squash"
    	// HTTPExternalAuthorization HTTP filter
    	HTTPExternalAuthorization = "envoy.filters.http.ext_authz"
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Sep 11 15:29:30 UTC 2023
    - 4K bytes
    - Viewed (0)
  7. src/main/webapp/js/admin/plugins/form-validator/lang/vi.js

    cần tích chọn ít nhất ",badNumberOfSelectedOptionsEnd:" lựa chọn",badAlphaNumeric:"Yêu cầu chỉ nhập chữ hoặc số ",badAlphaNumericExtra:" và ",wrongFileSize:"File của bạn quá lớn (chỉ chấp nhận file không quá %s)",wrongFileType:"Chỉ cho phép các định dạng file sau: %s",groupCheckedRangeStart:"Vui lòng tích chọn từ ",groupCheckedTooFewStart:"Vui lòng tích chọn ít nhất ",groupCheckedTooManyStart:"Vui lòng tích chọn nhiều nhất ",groupCheckedEnd:" lựa chọn",badCreditCard:"Mã thẻ chưa chính xác",badCVV:"Mã...
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Mon Jan 01 05:12:47 UTC 2018
    - 2.5K bytes
    - Viewed (0)
  8. pkg/config/xds/deprecated.go

    		wellknown.Gzip:                        "envoy.gzip",
    		wellknown.HealthCheck:                 "envoy.health_check",
    		wellknown.IPTagging:                   "envoy.ip_tagging",
    		wellknown.Lua:                         "envoy.lua",
    		wellknown.HTTPRateLimit:               "envoy.rate_limit",
    		wellknown.Router:                      "envoy.router",
    		wellknown.Squash:                      "envoy.squash",
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Sep 11 15:29:30 UTC 2023
    - 2.8K bytes
    - Viewed (0)
  9. istioctl/pkg/writer/envoy/logging/testdata/logging.txt

      forward_proxy: warning
      grpc: warning
      hc: warning
      health_checker: warning
      http: warning
      http2: warning
      hystrix: warning
      init: warning
      io: warning
      jwt: warning
      kafka: warning
      lua: warning
      main: warning
      misc: warning
      mongo: warning
      quic: warning
      pool: warning
      rbac: warning
      redis: warning
      router: warning
      runtime: warning
      stats: warning
      secret: warning
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Oct 02 13:47:26 UTC 2019
    - 715 bytes
    - Viewed (0)
  10. pilot/pkg/xds/lds_test.go

    		}
    		found := false
    		for _, filter := range connectionManagerCfg.HttpFilters {
    			if filter.Name == "envoy.lua" {
    				found = true
    			}
    		}
    		if expected != found {
    			t.Fatalf("Expected Lua filter: %v, found: %v", expected, found)
    		}
    	}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Jan 12 18:20:36 UTC 2024
    - 13.1K bytes
    - Viewed (0)
Back to top