Simplify Ingress creation logic: 1) If the `default` keyword is provided, instead of a list of domains: we create an ingress without host information (i.e. default backend). 2) If domain(s) are specified - we generate ingress object with host itemised.
Simplify Ingress creation logic:
If the
defaultkeyword is provided, instead of a list of domains: we create an ingress without host information (i.e. default backend).If domain(s) are specified - we generate ingress object with host itemised.