Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for retrieveSortedRouteSlice (0.67 sec)

  1. istioctl/pkg/writer/envoy/configdump/route.go

    func (c *ConfigWriter) setupRouteConfigWriter() (*tabwriter.Writer, []*route.RouteConfiguration, error) {
    	routes, err := c.retrieveSortedRouteSlice()
    	if err != nil {
    		return nil, nil, err
    	}
    	w := new(tabwriter.Writer).Init(c.Stdout, 0, 8, 5, ' ', 0)
    	return w, routes, nil
    }
    
    func (c *ConfigWriter) retrieveSortedRouteSlice() ([]*route.RouteConfiguration, error) {
    	if c.configDump == nil {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 11 05:38:17 UTC 2023
    - 7.2K bytes
    - Viewed (0)
Back to top