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

Resource Types

{% for _type in resource_types: %} {% if namespace: %} {% else: %} {% endif %} {% endfor %}
Kind Plural Version Preferred?
{{ _type.kind }}{{ _type.endpoint }}{{ _type.endpoint }}{{ _type.version }} {{ "Yes" if preferred_api_versions.get(_type.endpoint) == _type.version }}
{% endblock %}