diff --git a/operator/resourcehandle.py b/operator/resourcehandle.py index 2d27f78..e1f43fd 100644 --- a/operator/resourcehandle.py +++ b/operator/resourcehandle.py @@ -68,7 +68,7 @@ def __lt__(self, cmp): return False # Prefer older matches - return self.resource_handle.creation_timestamp < cmp.resource_handle.creation_timestamp + return self.resource_handle.creation_timestamp > cmp.resource_handle.creation_timestamp class ResourceHandle(KopfObject): api_group = Poolboy.operator_domain