Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for PrintConnectionsSummary (0.1 sec)

  1. istioctl/pkg/ztunnelconfig/ztunnelconfig.go

    			filter := ztunnelDump.ConnectionsFilter{
    				Namespace: workloadsNamespace,
    				Direction: direction,
    				Raw:       raw,
    			}
    			switch common.outputFormat {
    			case summaryOutput:
    				return cw.PrintConnectionsSummary(filter)
    			case jsonOutput, yamlOutput:
    				return cw.PrintConnectionsDump(filter, common.outputFormat)
    			default:
    				return fmt.Errorf("output format %q not supported", common.outputFormat)
    			}
    		}),
    Registered: Wed Nov 06 22:53:10 UTC 2024
    - Last Modified: Wed Oct 09 19:17:45 UTC 2024
    - 22.2K bytes
    - Viewed (0)
Back to top