ingress-nginx-helm/docs
Manuel de Brito Fontes 1aa8223889 Release 0.9-beta.3
2017-03-14 12:19:37 -03:00
..
dev Rebase GLBC on busybox 2017-03-07 13:49:43 -08:00
faq Update README.md 2017-03-13 22:20:42 -05:00
admin.md Add a skeleton admin guide 2017-02-01 18:05:57 -08:00
catalog.md Add HAProxy Ingress to the catalog 2017-02-06 21:40:03 -02:00
README.md Add nginx README and configuration docs back 2017-02-10 10:59:40 -08:00
troubleshooting.md Release 0.9-beta.3 2017-03-14 12:19:37 -03:00

Ingress documentation and examples

This directory contains documentation.

File naming convention

Try to create a README file in every directory containing documentation and index out from there, that's what readers will notice first. Use lower case for other file names unless you have a reason to draw someones attention to it. Avoid CamelCase.

Rationale:

  • Files that are common to all controllers, or heavily index other files, are named using ALL CAPS. This is done to indicate to the user that they should visit these files first. Examples include PREREQUISITES and README.

  • Files specific to a controller, or files that contain information about various controllers, are named using all lower case. Examples include configuration and catalog files.