make easier to read
This commit is contained in:
parent
4950d651c9
commit
91e75457c4
1 changed files with 6 additions and 3 deletions
|
@ -1,8 +1,11 @@
|
|||
# Ingress Annotations
|
||||
|
||||
This file defines a list of annotations which are supported by various Ingress controllers (both those based on the common ingress code, and alternative implementations). The intention is to ensure the maximum amount of compatibility between different implementations.
|
||||
This file defines a list of annotations which are supported by various Ingress controllers (both those based on the common ingress code, and alternative implementations).
|
||||
The intention is to ensure the maximum amount of compatibility between different implementations.
|
||||
|
||||
All annotations are assumed to be prefixed with `ingress.kubernetes.io/` except where otherwise specified. There is no attempt to record implementation-specific annotations using other prefixes. (Traefik in particular defines several of its own annotations which are not described here, and does not seem to support any of the standard annotations.)
|
||||
All annotations are assumed to be prefixed with `ingress.kubernetes.io/` except where otherwise specified.
|
||||
There is no attempt to record implementation-specific annotations using other prefixes.
|
||||
(Traefik in particular defines several of its own annotations which are not described here, and does not seem to support any of the standard annotations.)
|
||||
|
||||
Key:
|
||||
|
||||
|
|
Loading…
Reference in a new issue