# API Reference The following is an autodoc generated reference from the `django-kubernetes` code base. It is probably the most up to date documentation regarding the functionality of the various modules. If there is a conflict between the documentation and this reference; then this reference should be the canonical truth. Please note that if you do detect such a discrepancy, open an issue so we can fix it as soon as possible! ## Middleware ```{eval-rst} .. automodule:: djk8s.middleware :members: :undoc-members: :show-inheritance: ``` ## Views ```{eval-rst} .. automodule:: djk8s.views :members: :undoc-members: :show-inheritance: ``` ## Probes ```{eval-rst} .. automodule:: djk8s.probes :members: :undoc-members: :show-inheritance: ```