mirror of
https://github.com/wahyd4/ingress-nginx.git
synced 2026-08-08 21:06:47 +10:00
Fix name of field used to sort ingresses (#3871)
This commit is contained in:
@@ -22,7 +22,7 @@ Building a model is an expensive operation, for this reason, the use of the sync
|
||||
|
||||
Operations to build the model:
|
||||
|
||||
- Order Ingress rules by `ResourceVersion` field, i.e., old rules first.
|
||||
- Order Ingress rules by `CreationTimestamp` field, i.e., old rules first.
|
||||
|
||||
- If the same path for the same host is defined in more than one Ingress, the oldest rule wins.
|
||||
- If more than one Ingress contains a TLS section for the same host, the oldest rule wins.
|
||||
|
||||
Reference in New Issue
Block a user