- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for GetAddressNameSpecifier (0.08 sec)
-
istioctl/pkg/writer/envoy/configdump/endpoint.go
continue } if addr := addr.GetPipe(); addr != nil { result = append(result, addr.GetPath()) continue } if internal := addr.GetEnvoyInternalAddress(); internal != nil { switch an := internal.GetAddressNameSpecifier().(type) { case *core.EnvoyInternalAddress_ServerListenerName: result = append(result, fmt.Sprintf("envoy://%s/%s", an.ServerListenerName, internal.EndpointId)) continue } }
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Mon Jul 22 09:57:29 UTC 2024 - 6.1K bytes - Viewed (0)