golint
This commit is contained in:
parent
7ce7100122
commit
94dc28646d
18 changed files with 21 additions and 3 deletions
|
@ -101,6 +101,7 @@ func (k Kubernetes) ServeDNS(ctx context.Context, w dns.ResponseWriter, r *dns.M
|
|||
return dns.RcodeSuccess, nil
|
||||
}
|
||||
|
||||
// Name implements the Handler interface.
|
||||
func (k Kubernetes) Name() string { return "kubernetes" }
|
||||
|
||||
// Err writes an error response back to the client.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue