Update plan/plan.go

Co-authored-by: Raffaele Di Fazio <raffo@github.com>
This commit is contained in:
Adam Stankiewicz 2020-05-31 20:07:43 +02:00 committed by GitHub
parent 5bb3b7da20
commit d6bb3ef82c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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,