{% extends "base.html" %} {% block title %}Resource Types{% endblock %} {% block content %}
Kind | Plural | Version | Preferred? | |
---|---|---|---|---|
{{ _type.kind }} | {% if namespace: %}{{ _type.endpoint }} | {% else: %}{{ _type.endpoint }} | {% endif %}{{ _type.version }} | {{ "Yes" if preferred_api_versions.get(_type.endpoint) == _type.version }} |