Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 123 for api_type (0.26 sec)

  1. istioctl/pkg/writer/compare/testdata/configdump.json

                              {
                                "name": "default",
                                "sds_config": {
                                  "api_config_source": {
                                    "api_type": "GRPC",
                                    "grpc_services": [
                                      {
                                        "envoy_grpc": {
                                          "cluster_name": "sds-grpc"
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Mar 12 10:02:09 UTC 2024
    - 52K bytes
    - Viewed (0)
  2. pkg/bootstrap/testdata/stats_inclusion_golden.json

    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. istioctl/pkg/authz/testdata/configdump.yaml

                ],
                "tls_certificate_sds_secret_configs": [
                 {
                  "name": "default",
                  "sds_config": {
                   "api_config_source": {
                    "api_type": "GRPC",
                    "grpc_services": [
                     {
                      "envoy_grpc": {
                       "cluster_name": "sds-grpc"
                      }
                     }
                    ],
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 21 14:20:23 UTC 2023
    - 206.7K bytes
    - Viewed (0)
  4. tools/packaging/common/envoy_bootstrap.json

          "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,
          "transport_api_version": "V3",
          "grpc_services": [
            {
              "envoy_grpc": {
                "cluster_name": "xds-grpc"
    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. pkg/bootstrap/instance_test.go

    		},
    		{
    			base: "tracing_tls_custom_sni",
    		},
    		{
    			base:             "lrs",
    			compliancePolicy: "fips-140-2",
    			envVars: map[string]string{
    				"ISTIO_META_LOAD_STATS_CONFIG_JSON": `{"api_type": "GRPC", "transport_api_version": "V3"}`,
    			},
    		},
    		{
    			base: "stats_compression_gzip",
    			annotations: map[string]string{
    				"sidecar.istio.io/statsCompression": "gzip",
    			},
    		},
    		{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 16 17:05:28 UTC 2024
    - 19.5K bytes
    - Viewed (0)
  6. tensorflow/c/experimental/ops/gen/model/arg_type.cc

    See the License for the specific language governing permissions and
    limitations under the License.
    ==============================================================================*/
    #include "tensorflow/c/experimental/ops/gen/model/arg_type.h"
    
    namespace tensorflow {
    namespace generator {
    
    ArgType ArgType::CreateInput(const OpDef::ArgDef& arg_def) {
      return ArgType(arg_def, kInput);
    }
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 15 18:23:40 UTC 2021
    - 1.5K bytes
    - Viewed (0)
  7. tensorflow/c/experimental/ops/gen/model/arg_type.h

    Jeremy Meredith <******@****.***> 1623780830 -0700
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 15 18:23:40 UTC 2021
    - 1.9K bytes
    - Viewed (0)
  8. pilot/pkg/security/model/authentication_test.go

    				SdsConfig: &core.ConfigSource{
    					ResourceApiVersion: core.ApiVersion_V3,
    					ConfigSourceSpecifier: &core.ConfigSource_ApiConfigSource{
    						ApiConfigSource: &core.ApiConfigSource{
    							ApiType:                   core.ApiConfigSource_GRPC,
    							SetNodeOnFirstMessageOnly: true,
    							TransportApiVersion:       core.ApiVersion_V3,
    							GrpcServices: []*core.GrpcService{
    								{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Feb 20 22:39:21 UTC 2024
    - 18.9K bytes
    - Viewed (0)
  9. pkg/model/authentication.go

    var (
    	defaultSDSConfig = &tls.SdsSecretConfig{
    		Name: SDSDefaultResourceName,
    		SdsConfig: &core.ConfigSource{
    			ConfigSourceSpecifier: &core.ConfigSource_ApiConfigSource{
    				ApiConfigSource: &core.ApiConfigSource{
    					ApiType:                   core.ApiConfigSource_GRPC,
    					SetNodeOnFirstMessageOnly: true,
    					TransportApiVersion:       core.ApiVersion_V3,
    					GrpcServices: []*core.GrpcService{
    						{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Mar 28 20:38:02 UTC 2024
    - 3.5K bytes
    - Viewed (0)
  10. build-logic/kotlin-dsl-shared-runtime/src/main/kotlin/org/gradle/kotlin/dsl/internal/sharedruntime/codegen/ApiExtensionsGenerator.kt

            }
    
            sourceFiles
        }
    
    
    private
    fun Sequence<KotlinExtensionFunction>.groupedByTarget(): Map<ApiType, List<KotlinExtensionFunction>> =
        groupBy { it.targetType }
    
    
    private
    fun writeExtensionsTo(outputFile: File, packageName: String, targetType: ApiType, extensions: List<KotlinExtensionFunction>): Unit =
        outputFile.bufferedWriter().use { writer ->
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Dec 20 21:41:53 UTC 2023
    - 18.1K bytes
    - Viewed (0)
Back to top