- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for application_protocols (0.08 sec)
-
istioctl/pkg/writer/envoy/configdump/listener.go
} if len(match.ApplicationProtocols) > 0 { found := false for protDescr, protocols := range protDescrs { if reflect.DeepEqual(match.ApplicationProtocols, protocols) { found = true descrs = append(descrs, protDescr) break } } if !found { descrs = append(descrs, fmt.Sprintf("App: %s", strings.Join(match.ApplicationProtocols, ","))) } } port := ""
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Wed Nov 29 12:37:14 UTC 2023 - 18.1K bytes - Viewed (0)