{% extends "base.html" %} {% block title %}Ingresses{% endblock %} {% block content %}

All Ingresses

{% if links['ingress']: %} {% endif %} {% for cluster_id, summary in cluster_summaries.items(): %} {% for ingress in summary.ingresses: %} {% if links['ingress']: %} {% endif %} {%endfor %} {%endfor %}
Cluster Namespace Name Application Host Status
{{ summary["cluster"].name }} {{ ingress[0] }} {{ ingress[1] }} {{ ingress[2] }} {{ ingress[3] }} {{ ingress[4] }}
{% endblock %}