Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 52 for unbound (0.31 sec)

  1. pilot/pkg/model/push_context.go

    	)
    
    	// ProxyStatusConflictInboundListener tracks cases of multiple inbound
    	// listeners - 2 services selecting the same port of the pod.
    	ProxyStatusConflictInboundListener = monitoring.NewGauge(
    		"pilot_conflict_inbound_listener",
    		"Number of conflicting inbound listeners.",
    	)
    
    	// DuplicatedClusters tracks duplicate clusters seen while computing CDS
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 15 09:02:11 UTC 2024
    - 91.8K bytes
    - Viewed (0)
  2. tests/integration/ambient/baseline_test.go

                  request_handle:headers():add("x-lua-inbound", "hello world")
                end
      - applyTo: VIRTUAL_HOST
        match:
          context: SIDECAR_INBOUND
        patch:
          operation: MERGE
          value:
            request_headers_to_add:
            - header:
                key: x-vhost-inbound
                value: "hello world"
      - applyTo: CLUSTER
        match:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 12 00:07:28 UTC 2024
    - 78.4K bytes
    - Viewed (0)
  3. tests/integration/pilot/testdata/upgrade/1.6.11-install.yaml.tar

    istio.io/rev: 1-6-11 --- apiVersion: networking.istio.io/v1alpha3 kind: EnvoyFilter metadata: name: metadata-exchange-1.6-1-6-11 namespace: istio-system labels: istio.io/rev: 1-6-11 spec: configPatches: - applyTo: HTTP_FILTER match: context: ANY # inbound, outbound, and gateway proxy: proxyVersion: '^1\.6.*' listener: filterChain: filter: name: "envoy.http_connection_manager" patch: operation: INSERT_BEFORE value: name: istio.metadata_exchange typed_config: "@type": type.googleapis.com/udpa.type.v1.TypedStruct...
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 13 16:06:08 UTC 2021
    - 50K bytes
    - Viewed (0)
  4. pilot/pkg/security/authn/policy_applier_test.go

    										RemoteJwks: &envoy_jwt.RemoteJwks{
    											HttpUri: &core.HttpUri{
    												Uri: "http://jwt-token-issuer.mesh:7443/jwks",
    												HttpUpstreamType: &core.HttpUri_Cluster{
    													Cluster: "outbound|7443||jwt-token-issuer.mesh.svc.cluster.local",
    												},
    												Timeout: &durationpb.Duration{Seconds: 5},
    											},
    											CacheDuration: &durationpb.Duration{Seconds: 5 * 60},
    										},
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Dec 01 07:32:22 UTC 2023
    - 60.2K bytes
    - Viewed (0)
  5. tests/integration/pilot/testdata/upgrade/1.7.6-install.yaml.tar

    cpu: 10m # memory: 40Mi apiVersion: networking.istio.io/v1alpha3 kind: EnvoyFilter metadata: name: metadata-exchange-1.6-1-7-6 namespace: istio-system labels: istio.io/rev: 1-7-6 spec: configPatches: - applyTo: HTTP_FILTER match: context: ANY # inbound, outbound, and gateway proxy: proxyVersion: '^1\.6.*' listener: filterChain: filter: name: "envoy.http_connection_manager" patch: operation: INSERT_BEFORE value: name: istio.metadata_exchange typed_config: "@type": type.googleapis.com/udpa.type.v1.TypedStruct...
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 13 16:06:08 UTC 2021
    - 60K bytes
    - Viewed (0)
  6. okhttp/src/main/kotlin/okhttp3/OkHttpClient.kt

          apply {
            webSocketCloseTimeout = checkDuration("duration", duration)
          }
    
        /**
         * Sets minimum outbound web socket message size (in bytes) that will be compressed.
         *
         * Set to 0 to enable compression for all outbound messages.
         *
         * 1024 by default.
         */
        fun minWebSocketMessageToCompress(bytes: Long) =
          apply {
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Sat Apr 06 04:21:33 UTC 2024
    - 52K bytes
    - Viewed (0)
  7. src/runtime/traceback.go

    	// there is no frame.
    	frame stkframe
    
    	// g is the G who's stack is being unwound. If the
    	// unwindJumpStack flag is set and the unwinder jumps stacks,
    	// this will be different from the initial G.
    	g guintptr
    
    	// cgoCtxt is the index into g.cgoCtxt of the next frame on the cgo stack.
    	// The cgo stack is unwound in tandem with the Go stack as we find marker frames.
    	cgoCtxt int
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 16:25:21 UTC 2024
    - 55.1K bytes
    - Viewed (0)
  8. pilot/pkg/networking/core/listener.go

    							if !netutil.IsValidIPAddress(instance.Address) {
    								continue
    							}
    							// Skip build outbound listener to the node itself,
    							// as when app access itself by pod ip will not flow through this listener.
    							// Simultaneously, it will be duplicate with inbound listener.
    							if instance.Address == node.IPAddresses[0] {
    								continue
    							}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon May 06 04:44:06 UTC 2024
    - 55.1K bytes
    - Viewed (0)
  9. pkg/volume/csi/csi_mounter_test.go

    	defer os.RemoveAll(tmpDir)
    	registerFakePlugin(testDriver, "endpoint", []string{"1.0.0"}, t)
    	pv := makeTestPV("test-pv", 10, testDriver, testVol)
    
    	// save the data file prior to unmount
    	targetDir := getTargetPath(testPodUID, pv.ObjectMeta.Name, plug.host)
    	dir := filepath.Join(targetDir, "mount")
    	if err := os.MkdirAll(dir, 0755); err != nil && !os.IsNotExist(err) {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 50.1K bytes
    - Viewed (0)
  10. docs/changelogs/changelog_3x.md

    _2019-09-10_
    
     *  Fix: Don't lose HTTP/2 flow control bytes when incoming data races with a stream close. If this
        happened enough then eventually the connection would stall.
    
     *  Fix: Acknowledge and apply inbound HTTP/2 settings atomically. Previously we had a race where we
        could use new flow control capacity before acknowledging it, causing strict HTTP/2 servers to
        fail the call.
    
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Sun Feb 06 14:55:54 UTC 2022
    - 50.8K bytes
    - Viewed (0)
Back to top