Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for unexpectedWaypointListener (0.18 sec)

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

    // configure it in an expected way so that we have consistency and can make changes in the future as needed.
    // We could completely reject but that seems more likely to cause pain.
    func unexpectedWaypointListener(l k8s.Listener) bool {
    	if l.Port != 15008 {
    		return true
    	}
    	if l.Protocol != k8s.ProtocolType(protocol.HBONE) {
    		return true
    	}
    	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