{% if project.podRestartCount > 0 %}
{% for pod in project.podsRestarting %}
-
{{ pod | e }}
{% endfor %}
{% endif %}
pod restarts
0 %} variant="danger" attention="pulse"{% else %} variant="success"{% endif %}" pill>
{{ project.podRestartCount }}
{% if project.podTerminatingCount > 0 %}
{% for pod in project.podsTerminating %}
-
{{ pod | e }}
{% endfor %}
{% endif %}
pods terminating
0 %} variant="danger" attention="pulse"{% else %} variant="success"{% endif %}" pill>
{{ project.podTerminatingCount }}
{% if project.fullPvcsCount > 0 %}
{% for pod in project.fullPvcs %}
-
{{ pod | e }}
{% endfor %}
{% endif %}
full PVCs
0 %} variant="warning" attention="pulse"{% else %} variant="success"{% endif %}" pill>
{{ project.fullPvcsCount }}
{% if project.namespaceTerminating %}
terminating
{% endif %}
Updated