Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for combineResourceEntryNames (0.33 sec)

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

    		if scope != util.ExportToAllNamespaces {
    			noScopedVSList := getExportToAllNamespacesVSListForScopedHost(scopedFqdn, hs)
    			vsList = append(vsList, noScopedVSList...)
    		}
    		if len(vsList) > 1 {
    			vsNames := combineResourceEntryNames(vsList)
    			for i := range vsList {
    				if reported[vsList[i].Metadata.FullName] {
    					continue
    				}
    				reported[vsList[i].Metadata.FullName] = true
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sun May 05 03:44:57 UTC 2024
    - 4.9K bytes
    - Viewed (0)
Back to top