Move kubernetes registry to myodc/go-plugins because god damnit stop breaking you....

This commit is contained in:
Asim
2015-10-27 19:08:45 +00:00
parent 4fad84f6c7
commit 3302fab644
3 changed files with 0 additions and 210 deletions

View File

@@ -131,7 +131,6 @@ var (
Registries = map[string]func([]string, ...registry.Option) registry.Registry{
"consul": consul.NewRegistry,
"etcd": etcd.NewRegistry,
"kubernetes": kubernetes.NewRegistry,
"memory": memory.NewRegistry,
}