Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. pilot/pkg/config/kube/gateway/conversion.go

    		if len(ourListener) > len(checkListener) {
    			// If our hostname is longer, it must be more exact than the check
    			continue
    		}
    		// Ours is shorter. If it matches the checkListener, then it should ONLY match that one
    		// Note protocol, port, etc are already considered when we construct bannedHostnames
    		if routeHost.SubsetOf(host.Name(checkListener)) {
    			return false
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Jun 14 04:34:37 UTC 2024
    - 84.7K bytes
    - Viewed (0)
Back to top