File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
3131type Config struct {
Original file line number Diff line number Diff 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
3131var (
Original file line number Diff line number Diff 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
3030type Server struct {
Original file line number Diff line number Diff 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
3333func main () {
Original file line number Diff line number Diff 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
3838var (
Original file line number Diff line number Diff line change 1- module github.com/kube-bind/kube-bind/kcp
1+ module github.com/kube-bind/kube-bind/contrib/ kcp
22
33go 1.24.0
44
You can’t perform that action at this time.
0 commit comments