Skip to content

Commit

Permalink
update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
Dave McCormick committed Sep 16, 2024
1 parent c801f4b commit 06fc4f7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plugin/kubernetai/kubernetai.go
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ func (k8i Kubernetai) AutoPath(state request.Request) []string {
}

// Transfer supports the transfer plugin, implementing the Transferer interface, by calling Transfer on each of the embedded plugins.
// It will return a channel to the FIRST kubernetai stanza that reports that it is authoritative for the requested zone.
func (k8i Kubernetai) Transfer(zone string, serial uint32) (retCh <-chan []dns.RR, err error) {
for _, k := range k8i.Kubernetes {
retCh, err = k.Transfer(zone, serial)
Expand Down

0 comments on commit 06fc4f7

Please sign in to comment.