From d6bb3ef82c008a7159d1ac89dd56816d5d433e6c Mon Sep 17 00:00:00 2001 From: Adam Stankiewicz Date: Sun, 31 May 2020 20:07:43 +0200 Subject: [PATCH] Update plan/plan.go Co-authored-by: Raffaele Di Fazio --- plan/plan.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plan/plan.go b/plan/plan.go index b0d736054..d97b8bab8 100644 --- a/plan/plan.go +++ b/plan/plan.go @@ -25,7 +25,7 @@ import ( "sigs.k8s.io/external-dns/endpoint" ) -// This type is used in Plan for comparing previous and current custom annotations +// PropertyComparator is used in Plan for comparing the previous and current custom annotations. type PropertyComparator func(name string, previous string, current string) bool // Plan can convert a list of desired and current records to a series of create,