- Sort Score
- Result 10 results
- Languages All
Results 11 - 20 of 692 for Local (0.04 sec)
-
istioctl/pkg/writer/envoy/configdump/testdata/endpoint/configdump.json
"endpoint_config": { "@type": "type.googleapis.com/envoy.config.endpoint.v3.ClusterLoadAssignment", "cluster_name": "outbound|9080||reviews.default.svc.cluster.local", "endpoints": [ { "locality": {}, "lb_endpoints": [ {
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Tue Jul 12 02:25:59 UTC 2022 - 66K bytes - Viewed (0) -
internal/grid/connection_test.go
} errFatal(remote.RegisterSingleHandler(handlerTest, h1)) errFatal(remote.RegisterStreamingHandler(handlerTest2, h2)) errFatal(local.RegisterSingleHandler(handlerTest, h1)) errFatal(local.RegisterStreamingHandler(handlerTest2, h2)) // local to remote remoteConn := local.Connection(remoteHost) errFatal(remoteConn.WaitForConnect(context.Background())) const testPayload = "Hello Grid World!"
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Mon Jul 08 21:44:00 UTC 2024 - 5.9K bytes - Viewed (0) -
istioctl/pkg/describe/testdata/describe/tls_config.json
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Thu Jun 15 15:02:17 UTC 2023 - 8K bytes - Viewed (0) -
manifests/addons/dashboards/ztunnel.libsonnet
local g = import 'g.libsonnet'; local row = g.panel.row; local grid = import 'lib-grid.libsonnet'; local dashboard = import './dashboard.libsonnet'; local panels = import './panels.libsonnet'; local variables = import './variables.libsonnet'; local queries = (import './queries.libsonnet').queries({ container: "istio-proxy", pod: "ztunnel-.*", component: "ztunnel", app: "ztunnel", }); dashboard.new('Istio Ztunnel Dashboard')
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Fri Jul 26 23:54:32 UTC 2024 - 1.9K bytes - Viewed (0) -
istioctl/pkg/writer/ztunnel/configdump/testdata/dump.json
], "protocol": "TCP", "uid": "Kubernetes//Pod/local-path-storage/local-path-provisioner-6f8956fb48-vvnpn", "name": "local-path-provisioner-6f8956fb48-vvnpn", "namespace": "local-path-storage", "trustDomain": "cluster.local", "serviceAccount": "local-path-provisioner-service-account", "workloadName": "local-path-provisioner", "workloadType": "deployment",
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Tue Apr 16 03:28:36 UTC 2024 - 33.1K bytes - Viewed (0) -
manifests/addons/dashboards/pilot.libsonnet
local g = import 'g.libsonnet'; local row = g.panel.row; local grid = import 'lib-grid.libsonnet'; local dashboard = import './dashboard.libsonnet'; local panels = import './panels.libsonnet'; local variables = import './variables.libsonnet'; local queries = (import './queries.libsonnet').queries({ container: 'discovery', pod: 'istiod-.*', component: 'pilot', app: 'istiod', }); dashboard.new('Istio Control Plane Dashboard')
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Wed Jun 12 20:46:28 UTC 2024 - 2.9K bytes - Viewed (0) -
istioctl/pkg/authz/testdata/configdump.yaml
"@type": "type.googleapis.com/envoy.extensions.filters.network.tcp_proxy.v3.TcpProxy", "stat_prefix": "outbound|15021||ratings-istio-waypoint.ambient.svc.cluster.local", "cluster": "outbound|15021||ratings-istio-waypoint.ambient.svc.cluster.local" } } ] } ], "traffic_direction": "OUTBOUND", "bind_to_port": false },
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Wed Jun 21 14:20:23 UTC 2023 - 206.7K bytes - Viewed (0) -
cni/pkg/nodeagent/testdata/localhost.yaml
# This shows an example local config for ztunnel that adds a workload for localhost. # This allows local testing by sending requests through the local ztunnel to other servers running on localhost. workloads: - uid: cluster1//v1/Pod/default/local name: local namespace: default serviceAccount: default workloadIps: ["127.0.0.1"] protocol: HBONE node: local network: "" services: "default/example.com": 80: 8080
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Fri Jan 26 20:34:28 UTC 2024 - 1.2K bytes - Viewed (0) -
api/maven-api-core/src/main/java/org/apache/maven/api/services/LocalRepositoryManager.java
* * @param session The session to use, must not be {@code null}. * @param local The local repository, must not be {@code null}. * @param artifact The artifact for which to determine the path, must not be {@code null}. * @param remote – The source repository of the artifact, must not be {@code null}. * @return The path, relative to the local repository's base directory. */ @Nonnull Path getPathForRemoteArtifact(
Registered: Sun Nov 03 03:35:11 UTC 2024 - Last Modified: Fri Dec 08 09:10:49 UTC 2023 - 2.7K bytes - Viewed (0) -
ci/official/containers/linux_arm64/builder.devtoolset/gcc9-fixups.patch
# define hidden_def(name) __hidden_ver1(__GI_##name, name, name); @@ -541,7 +550,8 @@ for linking") # define __hidden_nolink1(local, internal, name, version) \ __hidden_nolink2 (local, internal, name, version) # define __hidden_nolink2(local, internal, name, version) \ - extern __typeof (name) internal __attribute__ ((alias (#local))); \ + extern __typeof (name) internal __attribute__ ((alias (#local))) \
Registered: Tue Nov 05 12:39:12 UTC 2024 - Last Modified: Mon Sep 18 14:52:45 UTC 2023 - 8.9K bytes - Viewed (0)