UNCLASSIFIED - NO CUI

Skip to content

Return info on all external load balancers

Andy Roth requested to merge feature/6-return-all-external-load-balancers into master

What/Why

BREAKING CHANGES

  • BREAKING CHANGE Change output external_load_balancer from a JSON object to a JSON array of objects so that we can return information on all of Istio's LoadBalancers instead of just one named one. This will be a better generic solution since the user is allowed to configure as many ingressgateways with whatever names they want. There is no guarantee that any of them will be named public.

Fixes #5 (closed)

Edited by Andy Roth

Merge request reports