- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for PrintPolicyDump (0.14 sec)
-
istioctl/pkg/writer/ztunnel/configdump/policies.go
for _, pol := range pols { fmt.Fprintf(w, "%v\t%v\t%v\t%v\n", pol.Namespace, pol.Name, pol.Action, pol.Scope) } return w.Flush() } // PrintPolicyDump prints the relevant services in the config dump to the ConfigWriter stdout func (c *ConfigWriter) PrintPolicyDump(filter PolicyFilter, outputFormat string) error { zDump := c.ztunnelDump policies := slices.Filter(zDump.Policies, filter.Verify)
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Fri May 31 21:45:11 UTC 2024 - 2.4K bytes - Viewed (0)