From e428fc295cffb733afb7e183f7b451f609e53e1e Mon Sep 17 00:00:00 2001 From: Lukasz Szaszkiewicz Date: Mon, 27 May 2024 11:10:43 +0200 Subject: [PATCH] move client-go/tools/cache/reflector_data_consistency_detector to client-go/util/consistencydetector Kubernetes-commit: 272dfc9d7e61481dfcdc4d6a021385d9cd85ba5f --- .../consistencydetector/data_consistency_detector.go | 0 .../consistencydetector/data_consistency_detector_test.go | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename tools/cache/reflector_data_consistency_detector.go => util/consistencydetector/data_consistency_detector.go (100%) rename tools/cache/reflector_data_consistency_detector_test.go => util/consistencydetector/data_consistency_detector_test.go (100%) diff --git a/tools/cache/reflector_data_consistency_detector.go b/util/consistencydetector/data_consistency_detector.go similarity index 100% rename from tools/cache/reflector_data_consistency_detector.go rename to util/consistencydetector/data_consistency_detector.go diff --git a/tools/cache/reflector_data_consistency_detector_test.go b/util/consistencydetector/data_consistency_detector_test.go similarity index 100% rename from tools/cache/reflector_data_consistency_detector_test.go rename to util/consistencydetector/data_consistency_detector_test.go