Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 34 for cds_config (0.13 sec)

  1. pkg/bootstrap/testdata/stats_compression_zstd_golden.json

            "port_value": 15005
          }
        }
      },
      "dynamic_resources": {
        "lds_config": {
          "ads": {},
          "initial_fetch_timeout": "0s",
          "resource_api_version": "V3"
        },
        "cds_config": {
          "ads": {},
          "initial_fetch_timeout": "0s",
          "resource_api_version": "V3"
        },
        "ads_config": {
          "api_type": "DELTA_GRPC",
          "set_node_on_first_message_only": true,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 01 14:41:40 UTC 2024
    - 17.3K bytes
    - Viewed (0)
  2. pkg/bootstrap/testdata/stats_compression_brotli_golden.json

            "port_value": 15005
          }
        }
      },
      "dynamic_resources": {
        "lds_config": {
          "ads": {},
          "initial_fetch_timeout": "0s",
          "resource_api_version": "V3"
        },
        "cds_config": {
          "ads": {},
          "initial_fetch_timeout": "0s",
          "resource_api_version": "V3"
        },
        "ads_config": {
          "api_type": "DELTA_GRPC",
          "set_node_on_first_message_only": true,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 01 14:41:40 UTC 2024
    - 17.3K bytes
    - Viewed (0)
  3. pkg/bootstrap/testdata/stats_inclusion_golden.json

            "port_value": 15000
          }
        }
      },
      "dynamic_resources": {
        "lds_config": {
          "ads": {},
          "initial_fetch_timeout": "0s",
          "resource_api_version": "V3"
        },
        "cds_config": {
          "ads": {},
          "initial_fetch_timeout": "0s",
          "resource_api_version": "V3"
        },
        "ads_config": {
          "api_type": "DELTA_GRPC",
          "set_node_on_first_message_only": true,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 01 14:41:40 UTC 2024
    - 15.8K bytes
    - Viewed (0)
  4. tools/packaging/common/envoy_bootstrap.json

          }
        }
      },
      "dynamic_resources": {
        "lds_config": {
          "ads": {},
          "initial_fetch_timeout": "0s",
          "resource_api_version": "V3"
        },
        "cds_config": {
          "ads": {},
          "initial_fetch_timeout": "0s",
          "resource_api_version": "V3"
        },
        "ads_config": {
          "api_type": "{{ .xds_type }}",
          "set_node_on_first_message_only": true,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 16 17:05:28 UTC 2024
    - 22.6K bytes
    - Viewed (0)
  5. pilot/pkg/networking/core/cluster_builder_test.go

    	cases := []struct {
    		name      string
    		cluster   *cluster.Cluster
    		edsConfig *cluster.Cluster_EdsClusterConfig
    	}{
    		{
    			name:      "non eds type of cluster",
    			cluster:   &cluster.Cluster{Name: "foo", ClusterDiscoveryType: &cluster.Cluster_Type{Type: cluster.Cluster_STRICT_DNS}},
    			edsConfig: nil,
    		},
    		{
    			name:    "eds type of cluster",
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 13 01:56:28 UTC 2024
    - 110.4K bytes
    - Viewed (0)
  6. pilot/pkg/networking/core/cluster_tls_test.go

    							TlsMinimumProtocolVersion: tls.TlsParameters_TLSv1_2,
    						},
    						TlsCertificateSdsSecretConfigs: []*tls.SdsSecretConfig{
    							{
    								Name: "default",
    								SdsConfig: &core.ConfigSource{
    									ConfigSourceSpecifier: &core.ConfigSource_ApiConfigSource{
    										ApiConfigSource: &core.ApiConfigSource{
    											ApiType:                   core.ApiConfigSource_GRPC,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon May 06 03:53:05 UTC 2024
    - 60.9K bytes
    - Viewed (0)
  7. pilot/pkg/networking/core/gateway_test.go

    			result: &auth.DownstreamTlsContext{
    				CommonTlsContext: &auth.CommonTlsContext{
    					AlpnProtocols: util.ALPNHttp,
    					TlsCertificateSdsSecretConfigs: []*auth.SdsSecretConfig{
    						{
    							Name: "default",
    							SdsConfig: &core.ConfigSource{
    								InitialFetchTimeout: durationpb.New(time.Second * 0),
    								ResourceApiVersion:  core.ApiVersion_V3,
    								ConfigSourceSpecifier: &core.ConfigSource_ApiConfigSource{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon May 06 04:44:06 UTC 2024
    - 144K bytes
    - Viewed (0)
  8. samples/addons/prometheus.yaml

            regex: default;kubernetes;https
            source_labels:
            - __meta_kubernetes_namespace
            - __meta_kubernetes_service_name
            - __meta_kubernetes_endpoint_port_name
          scheme: https
          tls_config:
            ca_file: /var/run/secrets/kubernetes.io/serviceaccount/ca.crt
            insecure_skip_verify: true
        - bearer_token_file: /var/run/secrets/kubernetes.io/serviceaccount/token
          job_name: kubernetes-nodes
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 12 18:57:35 UTC 2024
    - 16.2K bytes
    - Viewed (0)
  9. pilot/pkg/networking/core/cluster_builder.go

    	}
    
    	if destRule != nil {
    		opts.isDrWithSelector = destinationRule.GetWorkloadSelector() != nil
    	}
    	// Apply traffic policy for the main default cluster.
    	cb.applyTrafficPolicy(opts)
    
    	// Apply EdsConfig if needed. This should be called after traffic policy is applied because, traffic policy might change
    	// discovery type.
    	maybeApplyEdsConfig(mc.cluster)
    
    	cb.applyMetadataExchange(opts.mutable.cluster)
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 13 01:56:28 UTC 2024
    - 31.6K bytes
    - Viewed (0)
  10. pilot/test/xds/fake.go

    		opts = append(opts, grpc.WithContextDialer(func(context.Context, string) (net.Conn, error) {
    			return f.BufListener.Dial()
    		}))
    	}
    	adscConn, err := adsc.New(f.Listener.Addr().String(), &adsc.ADSConfig{
    		Config: adsc.Config{
    			IP:        p.IPAddresses[0],
    			NodeType:  p.Type,
    			Meta:      p.Metadata.ToStruct(),
    			Locality:  p.Locality,
    			Namespace: p.ConfigNamespace,
    			GrpcOpts:  opts,
    		},
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 10 16:08:52 UTC 2024
    - 18.4K bytes
    - Viewed (0)
Back to top