Skip to content

Commit a0c558f

Browse files
authored
Fix missing kcp=>contrib/kcp renames (#336)
Signed-off-by: Nelo-T. Wallus <red.brush9525@fastmail.com> Signed-off-by: Nelo-T. Wallus <n.wallus@sap.com>
1 parent 1db6624 commit a0c558f

6 files changed

Lines changed: 9 additions & 9 deletions

File tree

contrib/kcp/bootstrap/config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ import (
2525
"k8s.io/client-go/rest"
2626
"k8s.io/client-go/tools/clientcmd"
2727

28-
"github.com/kube-bind/kube-bind/kcp/bootstrap/options"
28+
"github.com/kube-bind/kube-bind/contrib/kcp/bootstrap/options"
2929
)
3030

3131
type Config struct {

contrib/kcp/bootstrap/config/core/bootstrap.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ import (
2525
"github.com/kcp-dev/logicalcluster/v3"
2626
"k8s.io/apimachinery/pkg/util/sets"
2727

28-
"github.com/kube-bind/kube-bind/kcp/bootstrap/config/core/resources"
28+
"github.com/kube-bind/kube-bind/contrib/kcp/bootstrap/config/core/resources"
2929
)
3030

3131
var (

contrib/kcp/bootstrap/server.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ import (
2222
"k8s.io/apimachinery/pkg/util/sets"
2323
"k8s.io/klog/v2"
2424

25-
bootstrapconfig "github.com/kube-bind/kube-bind/kcp/bootstrap/config/config"
26-
bootstrapcore "github.com/kube-bind/kube-bind/kcp/bootstrap/config/core"
27-
bootstrapkubebind "github.com/kube-bind/kube-bind/kcp/bootstrap/config/kcp"
25+
bootstrapconfig "github.com/kube-bind/kube-bind/contrib/kcp/bootstrap/config/config"
26+
bootstrapcore "github.com/kube-bind/kube-bind/contrib/kcp/bootstrap/config/core"
27+
bootstrapkubebind "github.com/kube-bind/kube-bind/contrib/kcp/bootstrap/config/kcp"
2828
)
2929

3030
type Server struct {

contrib/kcp/cmd/kcp-init/main.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ import (
2626
logsv1 "k8s.io/component-base/logs/api/v1"
2727
"k8s.io/klog/v2"
2828

29-
bootstrap "github.com/kube-bind/kube-bind/kcp/bootstrap"
30-
"github.com/kube-bind/kube-bind/kcp/bootstrap/options"
29+
bootstrap "github.com/kube-bind/kube-bind/contrib/kcp/bootstrap"
30+
"github.com/kube-bind/kube-bind/contrib/kcp/bootstrap/options"
3131
)
3232

3333
func main() {

contrib/kcp/deploy/bootstrap.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ import (
3232
"k8s.io/apimachinery/pkg/util/wait"
3333
"k8s.io/klog/v2"
3434

35-
"github.com/kube-bind/kube-bind/kcp/bootstrap/config/kcp/resources"
35+
"github.com/kube-bind/kube-bind/contrib/kcp/bootstrap/config/kcp/resources"
3636
)
3737

3838
var (

contrib/kcp/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
module github.com/kube-bind/kube-bind/kcp
1+
module github.com/kube-bind/kube-bind/contrib/kcp
22

33
go 1.24.0
44

0 commit comments

Comments
 (0)