Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for StatusIs (0.14 sec)

  1. istioctl/pkg/writer/pilot/status.go

    }
    
    const ignoredStatus = "IGNORED"
    
    // PrintAll takes a slice of Istiod syncz responses and outputs them using a tabwriter
    func (s *XdsStatusWriter) PrintAll(statuses map[string]*discovery.DiscoveryResponse) error {
    	w, fullStatus, err := s.setupStatusPrint(statuses)
    	if err != nil {
    		return err
    	}
    	for _, status := range fullStatus {
    		if err := xdsStatusPrintln(w, status); err != nil {
    			return err
    		}
    	}
    Go
    - Registered: Wed May 08 22:53:08 GMT 2024
    - Last Modified: Fri Mar 15 04:16:55 GMT 2024
    - 6.1K bytes
    - Viewed (0)
Back to top