remove federation (#3794)

Signed-off-by: zounengren <zounengren@cmss.chinamobile.com>
This commit is contained in:
Zou Nengren
2020-03-31 00:08:20 +08:00
committed by GitHub
parent 021f761291
commit 8bbfa19223
9 changed files with 0 additions and 63 deletions

View File

@@ -42,7 +42,6 @@ var Directives = []string{
"route53",
"azure",
"clouddns",
"federation",
"k8s_external",
"kubernetes",
"file",

View File

@@ -49,5 +49,4 @@ import (
_ "github.com/coredns/coredns/plugin/trace"
_ "github.com/coredns/coredns/plugin/transfer"
_ "github.com/coredns/coredns/plugin/whoami"
_ "github.com/coredns/federation"
)