Fix name of field used to sort ingresses (#3871)

This commit is contained in:
Manuel Alejandro de Brito Fontes 2019-03-07 21:24:46 -03:00 committed by GitHub
parent ef0b1633e2
commit 1186d88f08
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -22,7 +22,7 @@ Building a model is an expensive operation, for this reason, the use of the sync
Operations to build the model: 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 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. - If more than one Ingress contains a TLS section for the same host, the oldest rule wins.