cleanup code by lint (#3312)
Signed-off-by: Guangming Wang <guangming.wang@daocloud.io>
This commit is contained in:
parent
f2df37a1fe
commit
8af4685587
5 changed files with 6 additions and 14 deletions
|
@ -65,8 +65,7 @@ func (k *Kubernetes) nsAddrs(external bool, zone string) []dns.RR {
|
|||
}
|
||||
|
||||
// Create an RR slice of collected IPs
|
||||
var rrs []dns.RR
|
||||
rrs = make([]dns.RR, len(svcIPs))
|
||||
rrs := make([]dns.RR, len(svcIPs))
|
||||
for i, ip := range svcIPs {
|
||||
if ip.To4() == nil {
|
||||
rr := new(dns.AAAA)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue