Skip to content

Commit

Permalink
Clean out unused subnet value in the config
Browse files Browse the repository at this point in the history
  • Loading branch information
mgleung committed Jun 22, 2017
1 parent 903f0bd commit 9a2bc6e
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions subnet/etcdv2/registry.go
Original file line number Diff line number Diff line change
Expand Up @@ -48,14 +48,13 @@ type Registry interface {
}

type EtcdConfig struct {
Endpoints []string
Keyfile string
Certfile string
CAFile string
Prefix string
Username string
Password string
PreviousSubnet ip.IP4Net
Endpoints []string
Keyfile string
Certfile string
CAFile string
Prefix string
Username string
Password string
}

type etcdNewFunc func(c *EtcdConfig) (etcd.KeysAPI, error)
Expand Down

0 comments on commit 9a2bc6e

Please sign in to comment.