Remove the reference to the package github.com/vanekjar/coredns-multicluster/
This commit is contained in:
parent
5d20a951dd
commit
e15d85dfa0
|
@ -49,7 +49,7 @@ add it just below `kubernetes` plugin that has very similar functionality:
|
|||
```
|
||||
...
|
||||
kubernetes:kubernetes
|
||||
multicluster:github.com/vanekjar/coredns-multicluster
|
||||
multicluster:github.com/hyandell/coredns-multicluster
|
||||
...
|
||||
```
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@ import (
|
|||
"errors"
|
||||
"fmt"
|
||||
k8s "github.com/coredns/coredns/plugin/kubernetes/object"
|
||||
"github.com/vanekjar/coredns-multicluster/object"
|
||||
"github.com/hyandell/coredns-multicluster/object"
|
||||
api "k8s.io/api/core/v1"
|
||||
discovery "k8s.io/api/discovery/v1"
|
||||
discoveryV1beta1 "k8s.io/api/discovery/v1beta1"
|
||||
|
|
|
@ -8,8 +8,8 @@ import (
|
|||
"github.com/coredns/coredns/plugin/pkg/dnsutil"
|
||||
"github.com/coredns/coredns/plugin/pkg/fall"
|
||||
"github.com/coredns/coredns/request"
|
||||
"github.com/vanekjar/coredns-multicluster/object"
|
||||
model "github.com/vanekjar/coredns-multicluster/object"
|
||||
"github.com/hyandell/coredns-multicluster/object"
|
||||
model "github.com/hyandell/coredns-multicluster/object"
|
||||
"k8s.io/client-go/kubernetes"
|
||||
"k8s.io/client-go/rest"
|
||||
"k8s.io/client-go/tools/clientcmd"
|
||||
|
|
|
@ -5,8 +5,8 @@ import (
|
|||
"fmt"
|
||||
"github.com/coredns/coredns/plugin/pkg/dnstest"
|
||||
"github.com/coredns/coredns/plugin/test"
|
||||
"github.com/hyandell/coredns-multicluster/object"
|
||||
"github.com/miekg/dns"
|
||||
"github.com/vanekjar/coredns-multicluster/object"
|
||||
"sigs.k8s.io/mcs-api/pkg/apis/v1alpha1"
|
||||
"testing"
|
||||
)
|
||||
|
|
|
@ -4,8 +4,8 @@ import (
|
|||
"context"
|
||||
"github.com/coredns/coredns/plugin"
|
||||
"github.com/coredns/coredns/request"
|
||||
"github.com/hyandell/coredns-multicluster/object"
|
||||
"github.com/miekg/dns"
|
||||
"github.com/vanekjar/coredns-multicluster/object"
|
||||
"sigs.k8s.io/mcs-api/pkg/apis/v1alpha1"
|
||||
"testing"
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue