docs: add missing import (#5500)

This commit is contained in:
Lucas Fernando Cardoso Nunes 2025-06-05 05:12:39 -03:00 committed by GitHub
parent fd03db45e7
commit 221d159484
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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"
)