Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for tcpRouteMatchSvc (0.19 sec)

  1. istioctl/pkg/describe/describe.go

    			facts = append(facts, strings.Join(reqMatchFacts, ", "))
    		}
    	}
    
    	if !match && len(mismatchNotes) > 0 {
    		facts = append(facts, mismatchNotes...)
    	}
    	return match, facts
    }
    
    func tcpRouteMatchSvc(vs *clientnetworking.VirtualService, route *v1alpha3.TCPRoute, svc corev1.Service) (bool, []string) {
    	match := false
    	facts := []string{}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sat Apr 13 05:23:38 UTC 2024
    - 50.4K bytes
    - Viewed (0)
Back to top