{% extends "base.html" %} {% block title %}Pods{% endblock %} {% block content %}
Cluster | Namespace | Name | Application | Component | CR | MR | CPU | Memory (MiB) | Cost | {% if links['pod']: %}{% endif %} |
---|---|---|---|---|---|---|---|---|---|---|
{{ summary.cluster.name }} | {{ namespace_name[0] }} | {{ namespace_name[1] }} | {{ pod.application }} | {{ pod.component }} | {{ pod.requests.cpu|round(3) }} | {{ pod.requests.memory|filesizeformat(True) }} | {{ elements.resource_bar_cpu(pod) }} | {{ elements.resource_bar_memory(pod) }} | {{ pod.cost|money }} | {% if links['pod']: %}{% endif %} |