mirror of
https://github.com/kubernetes-sigs/external-dns.git
synced 2026-05-05 14:46:10 +02:00
Update plan/plan.go
Co-authored-by: Raffaele Di Fazio <raffo@github.com>
This commit is contained in:
parent
5bb3b7da20
commit
d6bb3ef82c
@ -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,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user