Validation should prevent protocol specific config errors on Gateways #827
Labels
area/webhook
good first issue
Denotes an issue ready for a new contributor, according to the "help wanted" guidelines.
help wanted
Denotes an issue that needs help from a contributor. Must meet "help wanted" guidelines.
kind/feature
Categorizes issue or PR as related to a new feature.
What would you like to be added:
We should validate the following:
TLSConfig is empty when the protocol is HTTP, TCP, or UDP.
Hostname is empty when the protocol is TCP or UDP.
Why this is needed:
This would help provide a better UX.
The text was updated successfully, but these errors were encountered: