Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 43 for ads_config (0.64 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_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)
  3. 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)
  4. tests/testdata/envoy_local.json

          }
        }
      },
      "dynamic_resources": {
        "lds_config": {
          "api_config_source": {
            "api_type": "GRPC",
            "grpc_services": {
              "envoy_grpc": {
                "cluster_name": "xds-grpc"
              }
            },
            "refresh_delay": {
              "seconds": 30,
              "nanos": 0
            }
          }
        },
        "cds_config": {
          "api_config_source": {
            "api_type": "GRPC",
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 13 02:10:15 UTC 2021
    - 9.9K bytes
    - Viewed (0)
  5. istioctl/pkg/describe/testdata/describe/http_config.json

                "name": "outbound|9080|v1|productpage.default.svc.cluster.local",
                "type": "EDS",
                "eds_cluster_config": {
                  "eds_config": {
                    "ads": {},
                    "initial_fetch_timeout": "0s",
                    "resource_api_version": "V3"
                  },
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 15 15:02:17 UTC 2023
    - 13.7K bytes
    - Viewed (0)
  6. pkg/adsc/delta_test.go

    								Name:      "kubernetes://test",
    								SdsConfig: authn_model.SDSAdsConfig,
    							},
    						},
    					},
    				},
    			}),
    		},
    	},
    }
    
    var testClusterNoSecret = &cluster.Cluster{
    	Name:                 "test-eds",
    	ClusterDiscoveryType: &cluster.Cluster_Type{Type: cluster.Cluster_EDS},
    	EdsClusterConfig: &cluster.Cluster_EdsClusterConfig{
    		EdsConfig: &core.ConfigSource{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Feb 02 09:32:41 UTC 2024
    - 13.9K bytes
    - Viewed (0)
  7. tensorflow/compiler/mlir/lite/python/saved_model_to_tfl_flatbuffer.cc

      }
    
      mlir::TFL::PassConfig pass_config(quant_specs);
      bool emit_builtin_tflite_ops = !toco_flags.force_select_tf_ops();
      pass_config.emit_builtin_tflite_ops = emit_builtin_tflite_ops;
      pass_config.enable_tflite_variables =
          toco_flags.enable_tflite_resource_variables();
      pass_config.unfold_batch_matmul = toco_flags.unfold_batchmatmul();
      pass_config.lower_tensor_list_ops = toco_flags.lower_tensor_list_ops();
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Sun May 12 12:39:37 UTC 2024
    - 11K bytes
    - Viewed (0)
  8. tensorflow/compiler/mlir/lite/tf_tfl_translate.cc

      }
    
      mlir::TFL::PassConfig pass_config(quant_specs);
      pass_config.emit_builtin_tflite_ops = emit_builtin_tflite_ops;
      pass_config.lower_tensor_list_ops = lower_tensor_list_ops;
      pass_config.unfold_batch_matmul = unfold_batchmatmul;
      pass_config.unfold_large_splat_constant = unfold_large_splat_constant;
      pass_config.guarantee_all_funcs_one_use = guarantee_all_funcs_one_use;
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri May 03 18:01:23 UTC 2024
    - 14K bytes
    - Viewed (0)
  9. pilot/pkg/security/model/authentication_test.go

    				Name:      credentials.ToResourceName("test-credential"),
    				SdsConfig: SDSAdsConfig,
    			},
    		},
    		{
    			credentialSocketExists: false,
    			name:                   "test-credential-no-prefix-with-socket",
    			expected: &auth.SdsSecretConfig{
    				Name:      credentials.ToResourceName("test-credential-no-prefix-with-socket"),
    				SdsConfig: SDSAdsConfig,
    			},
    		},
    		{
    			credentialSocketExists: true,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Feb 20 22:39:21 UTC 2024
    - 18.9K bytes
    - Viewed (0)
  10. tensorflow/compiler/mlir/lite/tf_tfl_passes.cc

            mlir::TFL::CreateLegalizeTFPass(pass_config.runtime_verification,
                                            pass_config.preserve_assert_op));
        pass_manager->addPass(mlir::TFL::CreateAnalyzeVariablesPass());
        pass_manager->addPass(mlir::TFL::CreateLegalizeVariablesPass());
        pass_manager->addPass(mlir::TFL::CreateLegalizeHashTablesPass());
        if (!pass_config.unfold_batch_matmul) {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Jun 06 18:45:51 UTC 2024
    - 25.5K bytes
    - Viewed (0)
Back to top