- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 32 for outbound (0.1 sec)
-
istioctl/pkg/writer/envoy/configdump/testdata/ecds/output.txt
istio.io/telemetry/stats/prometheus/sidecar/Inbound/HTTP istio.io/telemetry/stats/prometheus/sidecar/Inbound/TCP istio.io/telemetry/stats/prometheus/sidecar/Outbound/HTTP istio.io/telemetry/stats/prometheus/sidecar/Outbound/TCP default.display-metadata envoy.extensions.filters.http.wasm.v3.Wasm
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Sun Dec 24 08:16:26 UTC 2023 - 528 bytes - Viewed (0) -
istioctl/pkg/writer/envoy/configdump/testdata/ecds/output.yaml
lastUpdated: "2022-12-08T11:03:53.225Z" versionInfo: 2022-12-08T09:07:09Z/10 - ecdsFilter: '@type': type.googleapis.com/envoy.config.core.v3.TypedExtensionConfig name: istio.io/telemetry/stats/prometheus/sidecar/Outbound/HTTP lastUpdated: "2023-12-23T13:46:00.701Z" - ecdsFilter: '@type': type.googleapis.com/envoy.config.core.v3.TypedExtensionConfig name: istio.io/telemetry/stats/prometheus/sidecar/Inbound/HTTP
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Sun Dec 24 08:16:26 UTC 2023 - 2.5K bytes - Viewed (0) -
istioctl/pkg/writer/ztunnel/configdump/connections.go
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Fri May 31 21:45:11 UTC 2024 - 3.5K bytes - Viewed (0) -
istioctl/pkg/writer/envoy/configdump/testdata/ecds/output.json
}, { "ecdsFilter": { "@type": "type.googleapis.com/envoy.config.core.v3.TypedExtensionConfig", "name": "istio.io/telemetry/stats/prometheus/sidecar/Outbound/HTTP" }, "lastUpdated": "2023-12-23T13:46:00.701Z" }, { "ecdsFilter": { "@type": "type.googleapis.com/envoy.config.core.v3.TypedExtensionConfig",
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Sun Dec 24 08:16:26 UTC 2023 - 4.2K bytes - Viewed (0) -
istioctl/pkg/writer/envoy/configdump/testdata/ecds/configdump.json
{ "ecds_filter": { "@type": "type.googleapis.com/envoy.config.core.v3.TypedExtensionConfig", "name": "istio.io/telemetry/stats/prometheus/sidecar/Outbound/HTTP" }, "last_updated": "2023-12-23T13:46:00.701Z" }, { "ecds_filter": {
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Sun Dec 24 08:16:26 UTC 2023 - 5.3K bytes - Viewed (0) -
istioctl/pkg/writer/ztunnel/configdump/api.go
Connections WorkloadConnections `json:"connections,omitempty"` Info WorkloadInfo `json:"info"` } type WorkloadConnections struct { Inbound []InboundConnection `json:"inbound"` Outbound []OutboundConnection `json:"outbound"` } type WorkloadInfo struct { Name string `json:"name"` Namespace string `json:"namespace"` TrustDomain string `json:"trustDomain"`
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Tue Jul 30 17:26:39 UTC 2024 - 6.1K bytes - Viewed (0) -
architecture/ambient/ztunnel.md
## Traffic routing Based on the three [redirection](#redirection) paths, the ztunnel has three primary types of traffic it handles. ### Outbound Requests leaving a pod go through the "outbound" code path on port 15001. This is where most of Ztunnel's logic lives. For outbound traffic, we need to first determine where the traffic is destined to.
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Wed Jul 17 23:10:17 UTC 2024 - 16.8K bytes - Viewed (0) -
istioctl/pkg/writer/envoy/configdump/testdata/routes/k8s-gateway-http-route-path-prefix/configdump.json
], "routes": [ { "match": { "case_sensitive": true, "path_separated_prefix": "/get" }, "route": { "cluster": "outbound|8000||httpbin.default.svc.cluster.local", "timeout": "0s", "retry_policy": { "retry_on": "connect-failure,refused-stream,unavailable,cancelled,retriable-status-codes",
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Thu Aug 08 20:44:50 UTC 2024 - 3.1K bytes - Viewed (0) -
istioctl/pkg/writer/envoy/configdump/testdata/routes/istio-gateway-http-route-prefix/configdump.json
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Thu Aug 08 20:44:50 UTC 2024 - 2.9K bytes - Viewed (0) -
okhttp/src/main/kotlin/okhttp3/internal/ws/WebSocketWriter.kt
val sink: BufferedSink, val random: Random, private val perMessageDeflate: Boolean, private val noContextTakeover: Boolean, private val minimumDeflateSize: Long, ) : Closeable { /** This holds outbound data for compression and masking. */ private val messageBuffer = Buffer() /** The [Buffer] of [sink]. Write to this and then flush/emit [sink]. */ private val sinkBuffer: Buffer = sink.buffer
Registered: Fri Nov 01 11:42:11 UTC 2024 - Last Modified: Mon Jan 08 01:13:22 UTC 2024 - 5.9K bytes - Viewed (0)