Skip to content

Commit

Permalink
Fix name of field used to sort ingresses (#3871)
Browse files Browse the repository at this point in the history
  • Loading branch information
aledbf authored Mar 8, 2019
1 parent ef0b163 commit 1186d88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/how-it-works.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 1186d88

Please sign in to comment.