Files
kuryr-kubernetes/doc/source/devref/index.rst
Roman Dobosz feff260509 Fix directives formatting.
According to restructuredtext guidelines, directives should have
following formatting:

.. directive_name:: param
   :option:

   body

So it starts with the leading two dots and the space. Next directive
name follows with two colons, and finally optional parameter. Than, line
below it is either some options delimited with colons, or an empty line.
After which body of the directive follows. It should be positioned just
at the same column as directive name, so exactly 3 spaces. Most of the
directives are formatted wrong, including:

- note
- image
- todo
- toctree
- warning
- figure

This patch fixes that.

Change-Id: Ic970f72aeb93bcda82f02e57b70370ab79d6855d
2019-11-13 11:59:37 +01:00

1.7 KiB

Design and Developer Guides

In the Design and Developer Guides, you will find information on kuryr kubernetes integration plans and design decisions. There are sections that contain specific integration components description and detailed designs. Finally, the developer guide includes information about kuryr kubernetes testing infrastructure.

Design documents

kuryr_kubernetes_design service_support port_manager vif_handler_drivers_design health_manager kuryr_kubernetes_ingress_design kuryr_kubernetes_ocp_route_design high_availability kuryr_kubernetes_versions port_crd_usage network_policy updating_pod_resources_api

Indices and tables

  • genindex
  • modindex
  • search