{% 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
{{ _type.kind }}{{ _type.endpoint }}{{ _type.endpoint }}{{ _type.version }}
{% endblock %}