Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for isGWsHostMatched (0.1 sec)

  1. pkg/config/analysis/analyzers/gateway/conflictinggateway.go

    			m := msg.NewConflictingGateways(r, reportMsg, sGWSelector, sPortNumber, hostsMsg)
    			c.Report(gvk.Gateway, m)
    		}
    	}
    }
    
    // isGWsHostMatched implements gateway's hosts match
    func isGWsHostMatched(gwInstance string, gwHostList []string) bool {
    	gwInstanceNamed := host.Name(gwInstance)
    	for _, gwElem := range gwHostList {
    		gwElemNamed := host.Name(gwElem)
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sun May 05 03:44:57 UTC 2024
    - 4.7K bytes
    - Viewed (0)
Back to top