From e86b473b5ebb42c6f3daee4b10cf922ffb1b182a Mon Sep 17 00:00:00 2001 From: Manuel Alejandro de Brito Fontes Date: Thu, 7 Mar 2019 21:24:46 -0300 Subject: [PATCH] Fix name of field used to sort ingresses (#3871) --- docs/how-it-works.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/how-it-works.md b/docs/how-it-works.md index 6cc1b19f0..f33ae0361 100644 --- a/docs/how-it-works.md +++ b/docs/how-it-works.md @@ -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.