From 5bb3b7da2002ebd3605a93f28166b03c0ac32876 Mon Sep 17 00:00:00 2001 From: Adam Stankiewicz Date: Sun, 31 May 2020 20:07:34 +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 4d1186ec3..b0d736054 100644 --- a/plan/plan.go +++ b/plan/plan.go @@ -263,7 +263,7 @@ func normalizeDNSName(dnsName string) string { return s } -// This is implementation of PropertyComparator for comparing boolean-line values +// CompareBoolean is an implementation of PropertyComparator for comparing boolean-line values // For example external-dns.alpha.kubernetes.io/cloudflare-proxied: "true" // If value doesn't parse as boolean, the defaultValue is used func CompareBoolean(defaultValue bool, name, current, previous string) bool {