Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 22 for dns_lookup_family (0.2 sec)

  1. pilot/pkg/xds/testdata/none_cds.json

          },
          "circuit_breakers": {
            "thresholds": [
              {
                "max_retries": {
                  "value": 1024
                }
              }
            ]
          },
          "dns_lookup_family": 1,
          "LbConfig": null
        },
        "outbound|2007||tcpmeshdns.seexamples.svc": {
          "name": "outbound|2007||tcpmeshdns.seexamples.svc",
          "type": 1,
          "connect_timeout": 1000000000,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Jun 26 15:28:15 UTC 2020
    - 6.5K bytes
    - Viewed (0)
  2. tools/packaging/common/envoy_bootstrap.json

            "name": "zipkin",
            {{- if .tracing_tls }}
            "transport_socket": {{ .tracing_tls }},
            {{- end }}
            "type": "STRICT_DNS",
            "respect_dns_ttl": true,
            "dns_lookup_family": "{{ .dns_lookup_family }}",
            "dns_refresh_rate": "30s",
            "connect_timeout": "1s",
            "lb_policy": "ROUND_ROBIN",
            "load_assignment": {
              "cluster_name": "zipkin",
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 16 17:05:28 UTC 2024
    - 22.6K bytes
    - Viewed (0)
  3. pkg/bootstrap/testdata/stats_compression_gzip_golden.json

               }
              }
            }
          }
          
          ,
          {
            "name": "zipkin",
            "type": "STRICT_DNS",
            "respect_dns_ttl": true,
            "dns_lookup_family": "V4_ONLY",
            "dns_refresh_rate": "30s",
            "connect_timeout": "1s",
            "lb_policy": "ROUND_ROBIN",
            "load_assignment": {
              "cluster_name": "zipkin",
              "endpoints": [{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 01 14:41:40 UTC 2024
    - 17.3K bytes
    - Viewed (0)
  4. pkg/bootstrap/testdata/stats_compression_unknown_golden.json

               }
              }
            }
          }
          
          ,
          {
            "name": "zipkin",
            "type": "STRICT_DNS",
            "respect_dns_ttl": true,
            "dns_lookup_family": "V4_ONLY",
            "dns_refresh_rate": "30s",
            "connect_timeout": "1s",
            "lb_policy": "ROUND_ROBIN",
            "load_assignment": {
              "cluster_name": "zipkin",
              "endpoints": [{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 01 14:41:40 UTC 2024
    - 16.7K bytes
    - Viewed (0)
  5. pkg/bootstrap/testdata/stats_compression_zstd_golden.json

               }
              }
            }
          }
          
          ,
          {
            "name": "zipkin",
            "type": "STRICT_DNS",
            "respect_dns_ttl": true,
            "dns_lookup_family": "V4_ONLY",
            "dns_refresh_rate": "30s",
            "connect_timeout": "1s",
            "lb_policy": "ROUND_ROBIN",
            "load_assignment": {
              "cluster_name": "zipkin",
              "endpoints": [{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 01 14:41:40 UTC 2024
    - 17.3K bytes
    - Viewed (0)
  6. pkg/bootstrap/testdata/all_golden.json

               }
              }
            }
          }
          
          ,
          {
            "name": "zipkin",
            "type": "STRICT_DNS",
            "respect_dns_ttl": true,
            "dns_lookup_family": "V4_ONLY",
            "dns_refresh_rate": "30s",
            "connect_timeout": "1s",
            "lb_policy": "ROUND_ROBIN",
            "load_assignment": {
              "cluster_name": "zipkin",
              "endpoints": [{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 01 14:41:40 UTC 2024
    - 16.6K bytes
    - Viewed (0)
  7. pkg/bootstrap/testdata/deferred_cluster_creation_golden.json

               }
              }
            }
          }
          
          ,
          {
            "name": "zipkin",
            "type": "STRICT_DNS",
            "respect_dns_ttl": true,
            "dns_lookup_family": "V4_ONLY",
            "dns_refresh_rate": "30s",
            "connect_timeout": "1s",
            "lb_policy": "ROUND_ROBIN",
            "load_assignment": {
              "cluster_name": "zipkin",
              "endpoints": [{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 14 17:02:38 UTC 2024
    - 16.7K bytes
    - Viewed (0)
  8. pkg/bootstrap/testdata/stats_compression_brotli_golden.json

               }
              }
            }
          }
          
          ,
          {
            "name": "zipkin",
            "type": "STRICT_DNS",
            "respect_dns_ttl": true,
            "dns_lookup_family": "V4_ONLY",
            "dns_refresh_rate": "30s",
            "connect_timeout": "1s",
            "lb_policy": "ROUND_ROBIN",
            "load_assignment": {
              "cluster_name": "zipkin",
              "endpoints": [{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 01 14:41:40 UTC 2024
    - 17.3K bytes
    - Viewed (0)
  9. pkg/bootstrap/option/instances_test.go

    		},
    		{
    			testName: "dns lookup family v4",
    			key:      "dns_lookup_family",
    			option:   option.DNSLookupFamily(option.DNSLookupFamilyIPv4),
    			expected: option.DNSLookupFamilyValue("V4_ONLY"),
    		},
    		{
    			testName: "dns lookup family v6",
    			key:      "dns_lookup_family",
    			option:   option.DNSLookupFamily(option.DNSLookupFamilyIPv6),
    			expected: option.DNSLookupFamilyValue("V6_ONLY"),
    		},
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Mar 28 20:38:02 UTC 2024
    - 22.4K bytes
    - Viewed (0)
  10. pkg/bootstrap/testdata/tracing_zipkin_golden.json

               }
              }
            }
          }
          
          ,
          {
            "name": "zipkin",
            "type": "STRICT_DNS",
            "respect_dns_ttl": true,
            "dns_lookup_family": "V4_ONLY",
            "dns_refresh_rate": "30s",
            "connect_timeout": "1s",
            "lb_policy": "ROUND_ROBIN",
            "load_assignment": {
              "cluster_name": "zipkin",
              "endpoints": [{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 01 14:41:40 UTC 2024
    - 12.9K bytes
    - Viewed (0)
Back to top