Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 16 for lb_policy (0.14 sec)

  1. tests/testdata/bootstrap_tmpl.json

          }
        ],
        "clusters": [
          {
            "name": "xds-grpc",
            "type": "STRICT_DNS",
            "connect_timeout": {
              "seconds": 5,
              "nanos": 0
            },
            "lb_policy": "ROUND_ROBIN",
             "load_assignment": {
               "cluster_name": "xds-grpc",
               "endpoints": [{
                 "lb_endpoints": [{
                   "endpoint": {
                     "address":{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 13 02:10:15 UTC 2021
    - 9.5K bytes
    - Viewed (0)
  2. pkg/config/analysis/analyzers/testdata/absolute-envoy-filter-operation.yaml

        match:
          context: SIDECAR_OUTBOUND
        patch:
          operation: ADD
          value: # cluster specification
            name: "lua_cluster"
            type: STRICT_DNS
            connect_timeout: 0.5s
            lb_policy: ROUND_ROBIN
            load_assignment:
              cluster_name: lua_cluster
              endpoints:
              - lb_endpoints:
                - endpoint:
                    address:
                      socket_address:
    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. tests/testdata/multicluster/envoy_local_v2.yaml

          api_type: GRPC
          grpc_services:
            envoy_grpc:
              cluster_name: "xds_cluster"
    
    static_resources:
      clusters:
      - name: xds_cluster
        connect_timeout: 0.25s
        type: STATIC
        lb_policy: ROUND_ROBIN
        http2_protocol_options: {}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jul 18 01:39:48 UTC 2018
    - 643 bytes
    - Viewed (0)
  4. pkg/config/analysis/analyzers/testdata/envoy-filter-patch-operation.yaml

        match:
          context: SIDECAR_OUTBOUND
        patch:
          operation: REPLACE
          value: # cluster specification
            name: "lua_cluster"
            type: STRICT_DNS
            connect_timeout: 0.5s
            lb_policy: ROUND_ROBIN
            load_assignment:
              cluster_name: lua_cluster
              endpoints:
              - lb_endpoints:
                - endpoint:
                    address:
                      socket_address:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 31 19:38:42 UTC 2022
    - 5K bytes
    - Viewed (0)
  5. tests/testdata/mcp_bootstrap_tmpl.json

        "listeners": [],
        "clusters": [
          {
            "name": "xds-grpc",
            "type": "STRICT_DNS",
            "connect_timeout": {
              "seconds": 5,
              "nanos": 0
            },
            "lb_policy": "ROUND_ROBIN",
            "hosts": [
              {
                "socket_address": {
                  "address": "127.0.0.1",
                  "port_value": {{.Ports.PilotGrpcPort}}
                }
              }
            ],
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 08 21:09:56 UTC 2020
    - 1.1K bytes
    - Viewed (0)
  6. pkg/config/analysis/analyzers/testdata/relative-envoy-filter-operation.yaml

        match:
          context: SIDECAR_OUTBOUND
        patch:
          operation: ADD
          value: # cluster specification
            name: "lua_cluster"
            type: STRICT_DNS
            connect_timeout: 0.5s
            lb_policy: ROUND_ROBIN
            load_assignment:
              cluster_name: lua_cluster
              endpoints:
              - lb_endpoints:
                - endpoint:
                    address:
                      socket_address:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 31 19:38:42 UTC 2022
    - 6.1K bytes
    - Viewed (0)
  7. pkg/config/analysis/analyzers/testdata/envoy-filter-replace-operation.yaml

        match:
          context: SIDECAR_OUTBOUND
        patch:
          operation: REPLACE
          value: # cluster specification
            name: "lua_cluster"
            type: STRICT_DNS
            connect_timeout: 0.5s
            lb_policy: ROUND_ROBIN
            load_assignment:
              cluster_name: lua_cluster
              endpoints:
              - lb_endpoints:
                - endpoint:
                    address:
                      socket_address:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 31 19:38:42 UTC 2022
    - 4.9K bytes
    - Viewed (0)
  8. pkg/envoy/testdata/envoy_bootstrap_v2.tmpl.json

    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Apr 13 17:22:04 UTC 2022
    - 2.5K bytes
    - Viewed (0)
  9. samples/bookinfo/policy/productpage_envoy_ratelimit.yaml

              service: ratelimit.default.svc.cluster.local
          patch:
            operation: ADD
            value:
              name: rate_limit_cluster
              type: STRICT_DNS
              connect_timeout: 10s
              lb_policy: ROUND_ROBIN
              http2_protocol_options: {}
              load_assignment:
                cluster_name: rate_limit_cluster
                endpoints:
                - lb_endpoints:
                  - endpoint:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sat Jul 10 15:30:28 UTC 2021
    - 2.5K bytes
    - Viewed (0)
  10. tests/integration/telemetry/policy/testdata/enable_envoy_ratelimit.yaml

          patch:
            operation: ADD
            value:
              name: rate_limit_cluster
              type: STRICT_DNS
              connect_timeout: 10s
              lb_policy: ROUND_ROBIN
              http2_protocol_options: {}
              dns_refresh_rate: 500ms
              load_assignment:
                cluster_name: rate_limit_cluster
                endpoints:
                - lb_endpoints:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jul 13 16:44:49 UTC 2023
    - 2.7K bytes
    - Viewed (0)
Back to top