mirror of
https://github.com/kubernetes-sigs/external-dns.git
synced 2025-08-06 01:26:59 +02:00
added description to exported function
This commit is contained in:
parent
5667d0b14e
commit
0c547a9809
@ -43,6 +43,7 @@ type nodeSource struct {
|
||||
nodeInformer coreinformers.NodeInformer
|
||||
}
|
||||
|
||||
// NewNodeSource creates a new nodeSource with the given config.
|
||||
func NewNodeSource(kubeClient kubernetes.Interface, annotationFilter, fqdnTemplate string) (Source, error) {
|
||||
var (
|
||||
tmpl *template.Template
|
||||
|
Loading…
Reference in New Issue
Block a user