Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for GetTcp (0.22 sec)

  1. pkg/config/analysis/analyzers/virtualservice/util.go

    	DestinationIndex int
    	Destination      *v1alpha3.Destination
    }
    
    func getRouteDestinations(vs *v1alpha3.VirtualService) []*AnnotatedDestination {
    	destinations := make([]*AnnotatedDestination, 0)
    	for i, r := range vs.GetTcp() {
    		for j, rd := range r.GetRoute() {
    			destinations = append(destinations, &AnnotatedDestination{
    				RouteRule:        "tcp",
    				ServiceIndex:     i,
    				DestinationIndex: j,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Aug 07 15:18:05 UTC 2023
    - 2.4K bytes
    - Viewed (0)
Back to top