- Sort Score
- Result 10 results
- Languages All
Results 1 - 3 of 3 for portValue (0.26 sec)
-
istioctl/pkg/writer/envoy/configdump/testdata/endpoint/portfilter_output.json
"address": { "socketAddress": { "address": "10.244.0.176", "portValue": 8080 } }, "healthCheckConfig": {} }, "healthStatus": "HEALTHY",
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Tue Jul 12 02:25:59 UTC 2022 - 2.4K bytes - Viewed (0) -
istioctl/pkg/writer/envoy/configdump/testdata/endpoint/portfilter_output.yaml
- clusterName: outbound|80||istio-ingressgateway.istio-system.svc.cluster.local endpoints: - lbEndpoints: - endpoint: address: socketAddress: address: 10.244.0.176 portValue: 8080 healthCheckConfig: {} healthStatus: HEALTHY loadBalancingWeight: 1 metadata: filterMetadata: istio:
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Tue Jul 12 02:25:59 UTC 2022 - 1K bytes - Viewed (0) -
istioctl/pkg/writer/envoy/configdump/listener_test.go
}, inListener: &listener.Listener{ Address: &core.Address{ Address: &core.Address_SocketAddress{ SocketAddress: &core.SocketAddress{ PortSpecifier: &core.SocketAddress_PortValue{ PortValue: 11, }, }, }, }, }, expect: false, }, { desc: "http-type-match", inFilter: &ListenerFilter{ Type: "HTTP", }, inListener: &listener.Listener{
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Mon Sep 11 15:29:30 UTC 2023 - 4.1K bytes - Viewed (0)