Remove TODO note about ingress API, it is done!

This commit is contained in:
Chris Piraino 2020-06-09 14:58:30 -05:00
parent 5e0cd7ede5
commit c1d329c5dd

View File

@ -513,9 +513,6 @@ type ServiceSpecificRequest struct {
// Connect if true will only search for Connect-compatible services.
Connect bool
// TODO(ingress): Add corresponding API changes after figuring out what the
// HTTP endpoint looks like
// Ingress if true will only search for Ingress gateways for the given service.
Ingress bool