- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for PrintServiceDump (0.08 sec)
-
istioctl/pkg/writer/ztunnel/configdump/services.go
fmt.Fprintf(w, "%v\t%v\t%v\t%v\t%v\n", svc.Namespace, svc.Name, strings.Join(ips, ","), waypoint, endpoints) } return w.Flush() } // PrintServiceDump prints the relevant services in the config dump to the ConfigWriter stdout func (c *ConfigWriter) PrintServiceDump(filter ServiceFilter, outputFormat string) error { zDump := c.ztunnelDump svcs := slices.Filter(zDump.Services, filter.Verify)
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Wed Jul 24 09:07:30 UTC 2024 - 3.2K bytes - Viewed (0)