Error{{ 's' if errors|length > 1 }} for cluster {{ cluster_name }}
{% for error in errors: %}
Failed to search {{ error.resource_type }}: {{ error.exception }}
{% endfor %}{% extends "base.html" %} {% block title %}Search{% endblock %} {% block content %}
{% if result.created: %} Created: {{ result.created.replace('T', ' ').replace('Z', '') }} {% endif %} {% for pre, highlight, post in result.matches: %} {{ pre }}{{ highlight }}{{ post }} {% endfor %}
{% endif %}{% for key, val in result.labels.items()|sort: %} {{ key }}: {{ val }} {% endfor %}
No results found for "{{ search_query }}".
Repeat search across all namespaces
{% endif %}{{ search_results|length }} result{{ 's' if search_results|length != 1 }} found. Searched {{ resource_types|length }} resource types in {{ search_clusters|length }} cluster{{ 's' if search_clusters|length > 1 }} in {{ '%.3f'|format(search_duration) }} seconds.