Fix name of field used to sort ingresses (#3871)
This commit is contained in:
parent
ef0b1633e2
commit
1186d88f08
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue