mirror of
https://github.com/kubernetes-sigs/external-dns.git
synced 2025-08-07 01:56:57 +02:00
docs: add missing import (#5500)
This commit is contained in:
parent
fd03db45e7
commit
221d159484
@ -115,7 +115,9 @@ In some cases you might need to edit registry TXT records. The following example
|
||||
package main
|
||||
|
||||
import (
|
||||
b64 "encoding/base64"
|
||||
"fmt"
|
||||
|
||||
"sigs.k8s.io/external-dns/endpoint"
|
||||
)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user