Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for initVirtualServiceDestinations (0.38 sec)

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

    	// Precompute the set of service entry hosts that exist (there can be more than one defined per ServiceEntry CRD)
    	serviceEntryHosts := util.InitServiceEntryHostMap(ctx)
    	virtualServiceDestinations := initVirtualServiceDestinations(ctx)
    
    	ctx.ForEach(gvk.VirtualService, func(r *resource.Instance) bool {
    		a.analyzeVirtualService(r, ctx, serviceEntryHosts)
    		a.analyzeSubset(r, ctx, virtualServiceDestinations)
    		return true
    	})
    }
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Aug 07 15:18:05 UTC 2023
    - 6.9K bytes
    - Viewed (0)
Back to top