- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for newMatcher (0.08 sec)
-
istioctl/pkg/writer/envoy/configdump/listener.go
} for _, fc := range chains { name := fc.GetName() matches := newMatcher(fc, l) destination := getFilterType(fc.GetFilters()) for _, match := range matches { fmt.Fprintf(w, "%v\t%v\t%v\t%v\n", lname, name, match, destination) } } } return w.Flush() } func newMatcher(fc *listener.FilterChain, l *listener.Listener) []string { if l.FilterChainMatcher == nil {
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Wed Nov 29 12:37:14 UTC 2023 - 18.1K bytes - Viewed (0)