Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 32 for transport_api_version (0.28 sec)

  1. pkg/bootstrap/testdata/running_golden.json

          "ads": {},
          "initial_fetch_timeout": "0s",
          "resource_api_version": "V3"
        },
        "ads_config": {
          "api_type": "DELTA_GRPC",
          "set_node_on_first_message_only": true,
          "transport_api_version": "V3",
          "grpc_services": [
            {
              "envoy_grpc": {
                "cluster_name": "xds-grpc"
              }
            }
          ]
        }
      },
      "static_resources": {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 01 14:41:40 UTC 2024
    - 14K bytes
    - Viewed (0)
  2. pkg/bootstrap/testdata/runningsds_golden.json

          "ads": {},
          "initial_fetch_timeout": "0s",
          "resource_api_version": "V3"
        },
        "ads_config": {
          "api_type": "DELTA_GRPC",
          "set_node_on_first_message_only": true,
          "transport_api_version": "V3",
          "grpc_services": [
            {
              "envoy_grpc": {
                "cluster_name": "xds-grpc"
              }
            }
          ]
        }
      },
      "static_resources": {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 01 14:41:40 UTC 2024
    - 14K bytes
    - Viewed (0)
  3. pkg/bootstrap/testdata/tracing_lightstep_golden.json

          "ads": {},
          "initial_fetch_timeout": "0s",
          "resource_api_version": "V3"
        },
        "ads_config": {
          "api_type": "DELTA_GRPC",
          "set_node_on_first_message_only": true,
          "transport_api_version": "V3",
          "grpc_services": [
            {
              "envoy_grpc": {
                "cluster_name": "xds-grpc"
              }
            }
          ]
        }
      },
      "static_resources": {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 01 14:41:40 UTC 2024
    - 13.2K bytes
    - Viewed (0)
  4. pkg/bootstrap/testdata/stats_inclusion_golden.json

          "ads": {},
          "initial_fetch_timeout": "0s",
          "resource_api_version": "V3"
        },
        "ads_config": {
          "api_type": "DELTA_GRPC",
          "set_node_on_first_message_only": true,
          "transport_api_version": "V3",
          "grpc_services": [
            {
              "envoy_grpc": {
                "cluster_name": "xds-grpc"
              }
            }
          ]
        }
      },
      "static_resources": {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 01 14:41:40 UTC 2024
    - 15.8K 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. pilot/pkg/networking/core/cluster_tls_test.go

    										ApiConfigSource: &core.ApiConfigSource{
    											ApiType:                   core.ApiConfigSource_GRPC,
    											SetNodeOnFirstMessageOnly: true,
    											TransportApiVersion:       core.ApiVersion_V3,
    											GrpcServices: []*core.GrpcService{
    												{
    													TargetSpecifier: &core.GrpcService_EnvoyGrpc_{
    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

    									ApiConfigSource: &core.ApiConfigSource{
    										ApiType:                   core.ApiConfigSource_GRPC,
    										SetNodeOnFirstMessageOnly: true,
    										TransportApiVersion:       core.ApiVersion_V3,
    										GrpcServices: []*core.GrpcService{
    											{
    												TargetSpecifier: &core.GrpcService_EnvoyGrpc_{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon May 06 04:44:06 UTC 2024
    - 144K bytes
    - Viewed (0)
  8. pilot/pkg/security/authz/builder/extauthz.go

    		},
    		FilterEnabledMetadata: generateFilterMatcher(wellknown.HTTPRoleBasedAccessControl),
    		TransportApiVersion:   core.ApiVersion_V3,
    		WithRequestBody:       withBodyRequest(config.IncludeRequestBodyInCheck),
    	}
    	tcp := &extauthztcp.ExtAuthz{
    		StatPrefix:            "tcp.",
    		FailureModeAllow:      config.FailOpen,
    		TransportApiVersion:   core.ApiVersion_V3,
    		GrpcService:           grpc,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Apr 17 20:06:41 UTC 2024
    - 12.7K bytes
    - Viewed (0)
  9. pilot/pkg/networking/core/accesslog.go

    			GrpcService: &core.GrpcService{
    				TargetSpecifier: &core.GrpcService_EnvoyGrpc_{
    					EnvoyGrpc: &core.GrpcService_EnvoyGrpc{
    						ClusterName: EnvoyAccessLogCluster,
    					},
    				},
    			},
    			TransportApiVersion:     core.ApiVersion_V3,
    			FilterStateObjectsToLog: envoyWasmStateToLog,
    		},
    	}
    
    	var filter *accesslog.AccessLogFilter
    	if isListener {
    		filter = addAccessLogFilter()
    	}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Apr 17 22:20:44 UTC 2024
    - 10.2K bytes
    - Viewed (0)
  10. pilot/pkg/model/telemetry_logging_test.go

    						TargetSpecifier: &core.GrpcService_EnvoyGrpc_{
    							EnvoyGrpc: &core.GrpcService_EnvoyGrpc{
    								ClusterName: fakeCluster,
    								Authority:   fakeAuthority,
    							},
    						},
    					},
    					TransportApiVersion:     core.ApiVersion_V3,
    					FilterStateObjectsToLog: envoyWasmStateToLog,
    				},
    				DisableBuiltinLabels: true,
    				Body: &otlpcommon.AnyValue{
    					Value: &otlpcommon.AnyValue_StringValue{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Jun 14 04:34:30 UTC 2024
    - 54K bytes
    - Viewed (0)
Back to top