mirror of
https://github.com/kubernetes-sigs/external-dns.git
synced 2026-05-04 22:26:11 +02:00
fix for linting issue in provider/pdns/pdns.go
This commit is contained in:
parent
1a909b871d
commit
dad4d13a2d
@ -43,7 +43,7 @@ type pdnsChangeType string
|
||||
const (
|
||||
apiBase = "/api/v1"
|
||||
|
||||
defaultTTL = 300
|
||||
defaultTTL = 300
|
||||
|
||||
// PdnsDelete and PdnsReplace are effectively an enum for "pgo.RrSet.changetype"
|
||||
// TODO: Can we somehow get this from the pgo swagger client library itself?
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user