Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
1aal committed Nov 7, 2023
1 parent 0aa075f commit e1c03e5
Show file tree
Hide file tree
Showing 967 changed files with 3,147 additions and 3,147 deletions.
2 changes: 1 addition & 1 deletion apis/apps/v1alpha1/backuppolicytemplate_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ package v1alpha1
import (
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"

dpv1alpha1 "github.com/apecloud/kubeblocks/apis/dataprotection/v1alpha1"
dpv1alpha1 "github.com/1aal/kubeblocks/apis/dataprotection/v1alpha1"
)

// BackupPolicyTemplateSpec defines the desired state of BackupPolicyTemplate
Expand Down
8 changes: 4 additions & 4 deletions apis/apps/v1alpha1/cluster_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ import (
"k8s.io/apimachinery/pkg/util/intstr"
"sigs.k8s.io/controller-runtime/pkg/client"

dpv1alpha1 "github.com/apecloud/kubeblocks/apis/dataprotection/v1alpha1"
workloads "github.com/apecloud/kubeblocks/apis/workloads/v1alpha1"
"github.com/apecloud/kubeblocks/pkg/constant"
viper "github.com/apecloud/kubeblocks/pkg/viperx"
dpv1alpha1 "github.com/1aal/kubeblocks/apis/dataprotection/v1alpha1"
workloads "github.com/1aal/kubeblocks/apis/workloads/v1alpha1"
"github.com/1aal/kubeblocks/pkg/constant"
viper "github.com/1aal/kubeblocks/pkg/viperx"
)

// ClusterSpec defines the desired state of Cluster.
Expand Down
4 changes: 2 additions & 2 deletions apis/apps/v1alpha1/cluster_types_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ import (
"k8s.io/apimachinery/pkg/util/intstr"
"k8s.io/apimachinery/pkg/util/yaml"

"github.com/apecloud/kubeblocks/pkg/constant"
viper "github.com/apecloud/kubeblocks/pkg/viperx"
"github.com/1aal/kubeblocks/pkg/constant"
viper "github.com/1aal/kubeblocks/pkg/viperx"
)

var _ = Describe("", func() {
Expand Down
2 changes: 1 addition & 1 deletion apis/apps/v1alpha1/clusterdefinition_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import (
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
"k8s.io/apimachinery/pkg/util/intstr"

workloads "github.com/apecloud/kubeblocks/apis/workloads/v1alpha1"
workloads "github.com/1aal/kubeblocks/apis/workloads/v1alpha1"
)

// ClusterDefinitionSpec defines the desired state of ClusterDefinition
Expand Down
2 changes: 1 addition & 1 deletion apis/apps/v1alpha1/opsrequest_webhook.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ import (
"sigs.k8s.io/controller-runtime/pkg/webhook"
"sigs.k8s.io/controller-runtime/pkg/webhook/admission"

"github.com/apecloud/kubeblocks/pkg/constant"
"github.com/1aal/kubeblocks/pkg/constant"
)

// log is for logging in this package.
Expand Down
4 changes: 2 additions & 2 deletions apis/apps/v1alpha1/opsrequest_webhook_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ import (
"k8s.io/kubectl/pkg/util/storage"
"sigs.k8s.io/controller-runtime/pkg/client"

"github.com/apecloud/kubeblocks/pkg/constant"
// testapps "github.com/apecloud/kubeblocks/pkg/testutil/apps"
"github.com/1aal/kubeblocks/pkg/constant"
// testapps "github.com/1aal/kubeblocks/pkg/testutil/apps"
)

var _ = Describe("OpsRequest webhook", func() {
Expand Down
4 changes: 2 additions & 2 deletions apis/apps/v1alpha1/webhook_suite_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ import (
logf "sigs.k8s.io/controller-runtime/pkg/log"
"sigs.k8s.io/controller-runtime/pkg/log/zap"

"github.com/apecloud/kubeblocks/pkg/testutil"
viper "github.com/apecloud/kubeblocks/pkg/viperx"
"github.com/1aal/kubeblocks/pkg/testutil"
viper "github.com/1aal/kubeblocks/pkg/viperx"
)

// These tests use Ginkgo (BDD-style Go testing framework). Refer to
Expand Down
2 changes: 1 addition & 1 deletion apis/apps/v1alpha1/zz_generated.deepcopy.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions apis/extensions/v1alpha1/addon_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ import (
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
"k8s.io/apimachinery/pkg/version"

"github.com/apecloud/kubeblocks/pkg/constant"
viper "github.com/apecloud/kubeblocks/pkg/viperx"
"github.com/1aal/kubeblocks/pkg/constant"
viper "github.com/1aal/kubeblocks/pkg/viperx"
)

// AddonSpec defines the desired state of an add-on.
Expand Down
2 changes: 1 addition & 1 deletion apis/extensions/v1alpha1/addon_types_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ import (
corev1 "k8s.io/api/core/v1"
"k8s.io/apimachinery/pkg/api/resource"

"github.com/apecloud/kubeblocks/pkg/testutil"
"github.com/1aal/kubeblocks/pkg/testutil"
)

func TestSelectorRequirementString(t *testing.T) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ import (
corev1 "k8s.io/api/core/v1"
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"

"github.com/apecloud/kubeblocks/pkg/constant"
"github.com/1aal/kubeblocks/pkg/constant"
)

var _ = Describe("ReplicatedStateMachine Webhook", func() {
Expand Down
2 changes: 1 addition & 1 deletion apis/workloads/v1alpha1/webhook_suite_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ import (
logf "sigs.k8s.io/controller-runtime/pkg/log"
"sigs.k8s.io/controller-runtime/pkg/log/zap"

"github.com/apecloud/kubeblocks/pkg/testutil"
"github.com/1aal/kubeblocks/pkg/testutil"
)

// These tests use Ginkgo (BDD-style Go testing framework). Refer to
Expand Down
4 changes: 2 additions & 2 deletions cmd/cli/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ package main
import (
"k8s.io/component-base/cli"

"github.com/apecloud/kubeblocks/pkg/cli/cmd"
"github.com/apecloud/kubeblocks/pkg/cli/util"
"github.com/1aal/kubeblocks/pkg/cli/cmd"
"github.com/1aal/kubeblocks/pkg/cli/util"
)

func main() {
Expand Down
16 changes: 8 additions & 8 deletions cmd/dataprotection/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,14 +44,14 @@ import (

// +kubebuilder:scaffold:imports

appsv1alpha1 "github.com/apecloud/kubeblocks/apis/apps/v1alpha1"
dpv1alpha1 "github.com/apecloud/kubeblocks/apis/dataprotection/v1alpha1"
storagev1alpha1 "github.com/apecloud/kubeblocks/apis/storage/v1alpha1"
dpcontrollers "github.com/apecloud/kubeblocks/controllers/dataprotection"
"github.com/apecloud/kubeblocks/pkg/constant"
intctrlutil "github.com/apecloud/kubeblocks/pkg/controllerutil"
dptypes "github.com/apecloud/kubeblocks/pkg/dataprotection/types"
viper "github.com/apecloud/kubeblocks/pkg/viperx"
appsv1alpha1 "github.com/1aal/kubeblocks/apis/apps/v1alpha1"
dpv1alpha1 "github.com/1aal/kubeblocks/apis/dataprotection/v1alpha1"
storagev1alpha1 "github.com/1aal/kubeblocks/apis/storage/v1alpha1"
dpcontrollers "github.com/1aal/kubeblocks/controllers/dataprotection"
"github.com/1aal/kubeblocks/pkg/constant"
intctrlutil "github.com/1aal/kubeblocks/pkg/controllerutil"
dptypes "github.com/1aal/kubeblocks/pkg/dataprotection/types"
viper "github.com/1aal/kubeblocks/pkg/viperx"
)

// added lease.coordination.k8s.io for leader election
Expand Down
2 changes: 1 addition & 1 deletion cmd/lorry/ctl/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
package main

import (
"github.com/apecloud/kubeblocks/pkg/lorry/ctl"
"github.com/1aal/kubeblocks/pkg/lorry/ctl"
)

func main() {
Expand Down
16 changes: 8 additions & 8 deletions cmd/lorry/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,14 @@ import (
ctrl "sigs.k8s.io/controller-runtime"
kzap "sigs.k8s.io/controller-runtime/pkg/log/zap"

"github.com/apecloud/kubeblocks/pkg/constant"
"github.com/apecloud/kubeblocks/pkg/lorry/dcs"
"github.com/apecloud/kubeblocks/pkg/lorry/engines/register"
"github.com/apecloud/kubeblocks/pkg/lorry/grpcserver"
"github.com/apecloud/kubeblocks/pkg/lorry/highavailability"
"github.com/apecloud/kubeblocks/pkg/lorry/httpserver"
opsregister "github.com/apecloud/kubeblocks/pkg/lorry/operations/register"
viper "github.com/apecloud/kubeblocks/pkg/viperx"
"github.com/1aal/kubeblocks/pkg/constant"
"github.com/1aal/kubeblocks/pkg/lorry/dcs"
"github.com/1aal/kubeblocks/pkg/lorry/engines/register"
"github.com/1aal/kubeblocks/pkg/lorry/grpcserver"
"github.com/1aal/kubeblocks/pkg/lorry/highavailability"
"github.com/1aal/kubeblocks/pkg/lorry/httpserver"
opsregister "github.com/1aal/kubeblocks/pkg/lorry/operations/register"
viper "github.com/1aal/kubeblocks/pkg/viperx"
)

var configDir string
Expand Down
30 changes: 15 additions & 15 deletions cmd/manager/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -45,21 +45,21 @@ import (

// +kubebuilder:scaffold:imports

appsv1alpha1 "github.com/apecloud/kubeblocks/apis/apps/v1alpha1"
dpv1alpha1 "github.com/apecloud/kubeblocks/apis/dataprotection/v1alpha1"
extensionsv1alpha1 "github.com/apecloud/kubeblocks/apis/extensions/v1alpha1"
storagev1alpha1 "github.com/apecloud/kubeblocks/apis/storage/v1alpha1"
workloadsv1alpha1 "github.com/apecloud/kubeblocks/apis/workloads/v1alpha1"
appscontrollers "github.com/apecloud/kubeblocks/controllers/apps"
"github.com/apecloud/kubeblocks/controllers/apps/configuration"
extensionscontrollers "github.com/apecloud/kubeblocks/controllers/extensions"
k8scorecontrollers "github.com/apecloud/kubeblocks/controllers/k8score"
storagecontrollers "github.com/apecloud/kubeblocks/controllers/storage"
workloadscontrollers "github.com/apecloud/kubeblocks/controllers/workloads"
"github.com/apecloud/kubeblocks/pkg/constant"
"github.com/apecloud/kubeblocks/pkg/controller/rsm"
intctrlutil "github.com/apecloud/kubeblocks/pkg/controllerutil"
viper "github.com/apecloud/kubeblocks/pkg/viperx"
appsv1alpha1 "github.com/1aal/kubeblocks/apis/apps/v1alpha1"
dpv1alpha1 "github.com/1aal/kubeblocks/apis/dataprotection/v1alpha1"
extensionsv1alpha1 "github.com/1aal/kubeblocks/apis/extensions/v1alpha1"
storagev1alpha1 "github.com/1aal/kubeblocks/apis/storage/v1alpha1"
workloadsv1alpha1 "github.com/1aal/kubeblocks/apis/workloads/v1alpha1"
appscontrollers "github.com/1aal/kubeblocks/controllers/apps"
"github.com/1aal/kubeblocks/controllers/apps/configuration"
extensionscontrollers "github.com/1aal/kubeblocks/controllers/extensions"
k8scorecontrollers "github.com/1aal/kubeblocks/controllers/k8score"
storagecontrollers "github.com/1aal/kubeblocks/controllers/storage"
workloadscontrollers "github.com/1aal/kubeblocks/controllers/workloads"
"github.com/1aal/kubeblocks/pkg/constant"
"github.com/1aal/kubeblocks/pkg/controller/rsm"
intctrlutil "github.com/1aal/kubeblocks/pkg/controllerutil"
viper "github.com/1aal/kubeblocks/pkg/viperx"
)

// added lease.coordination.k8s.io for leader election
Expand Down
6 changes: 3 additions & 3 deletions cmd/reloader/app/cmd.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ import (
"go.uber.org/zap/zapcore"
"google.golang.org/grpc"

cfgcore "github.com/apecloud/kubeblocks/pkg/configuration/config_manager"
cfgutil "github.com/apecloud/kubeblocks/pkg/configuration/core"
cfgproto "github.com/apecloud/kubeblocks/pkg/configuration/proto"
cfgcore "github.com/1aal/kubeblocks/pkg/configuration/config_manager"
cfgutil "github.com/1aal/kubeblocks/pkg/configuration/core"
cfgproto "github.com/1aal/kubeblocks/pkg/configuration/proto"
)

var logger *zap.SugaredLogger
Expand Down
8 changes: 4 additions & 4 deletions cmd/reloader/app/flags.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ import (

"github.com/spf13/pflag"

appsv1alpha1 "github.com/apecloud/kubeblocks/apis/apps/v1alpha1"
cfgutil "github.com/apecloud/kubeblocks/pkg/configuration/container"
cfgcore "github.com/apecloud/kubeblocks/pkg/configuration/core"
viper "github.com/apecloud/kubeblocks/pkg/viperx"
appsv1alpha1 "github.com/1aal/kubeblocks/apis/apps/v1alpha1"
cfgutil "github.com/1aal/kubeblocks/pkg/configuration/container"
cfgcore "github.com/1aal/kubeblocks/pkg/configuration/core"
viper "github.com/1aal/kubeblocks/pkg/viperx"
)

type NotifyEventType int
Expand Down
10 changes: 5 additions & 5 deletions cmd/reloader/app/proxy.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ import (

"go.uber.org/zap"

cfgcm "github.com/apecloud/kubeblocks/pkg/configuration/config_manager"
cfgutil "github.com/apecloud/kubeblocks/pkg/configuration/container"
cfgcore "github.com/apecloud/kubeblocks/pkg/configuration/core"
cfgproto "github.com/apecloud/kubeblocks/pkg/configuration/proto"
viper "github.com/apecloud/kubeblocks/pkg/viperx"
cfgcm "github.com/1aal/kubeblocks/pkg/configuration/config_manager"
cfgutil "github.com/1aal/kubeblocks/pkg/configuration/container"
cfgcore "github.com/1aal/kubeblocks/pkg/configuration/core"
cfgproto "github.com/1aal/kubeblocks/pkg/configuration/proto"
viper "github.com/1aal/kubeblocks/pkg/viperx"
)

type reconfigureProxy struct {
Expand Down
4 changes: 2 additions & 2 deletions cmd/reloader/container_killer/killer.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ import (
"go.uber.org/zap"
"go.uber.org/zap/zapcore"

cfgutil "github.com/apecloud/kubeblocks/pkg/configuration/container"
viper "github.com/apecloud/kubeblocks/pkg/viperx"
cfgutil "github.com/1aal/kubeblocks/pkg/configuration/container"
viper "github.com/1aal/kubeblocks/pkg/viperx"
)

const (
Expand Down
4 changes: 2 additions & 2 deletions cmd/reloader/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ import (

"github.com/pkg/errors"

"github.com/apecloud/kubeblocks/cmd/reloader/app"
viper "github.com/apecloud/kubeblocks/pkg/viperx"
"github.com/1aal/kubeblocks/cmd/reloader/app"
viper "github.com/1aal/kubeblocks/pkg/viperx"
)

// Reload configuration
Expand Down
12 changes: 6 additions & 6 deletions cmd/reloader/template/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,12 @@ import (
ctrl "sigs.k8s.io/controller-runtime"
"sigs.k8s.io/controller-runtime/pkg/log/zap"

appsv1alpha1 "github.com/apecloud/kubeblocks/apis/apps/v1alpha1"
cfgcm "github.com/apecloud/kubeblocks/pkg/configuration/config_manager"
cfgcore "github.com/apecloud/kubeblocks/pkg/configuration/core"
cfgutil "github.com/apecloud/kubeblocks/pkg/configuration/util"
"github.com/apecloud/kubeblocks/pkg/controller/configuration"
"github.com/apecloud/kubeblocks/pkg/gotemplate"
appsv1alpha1 "github.com/1aal/kubeblocks/apis/apps/v1alpha1"
cfgcm "github.com/1aal/kubeblocks/pkg/configuration/config_manager"
cfgcore "github.com/1aal/kubeblocks/pkg/configuration/core"
cfgutil "github.com/1aal/kubeblocks/pkg/configuration/util"
"github.com/1aal/kubeblocks/pkg/controller/configuration"
"github.com/1aal/kubeblocks/pkg/gotemplate"
)

const (
Expand Down
2 changes: 1 addition & 1 deletion cmd/reloader/tools/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ import (
"strconv"
"strings"

cfgcore "github.com/apecloud/kubeblocks/pkg/configuration/core"
cfgcore "github.com/1aal/kubeblocks/pkg/configuration/core"
)

const (
Expand Down
6 changes: 3 additions & 3 deletions controllers/apps/backuppolicytemplate_controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ import (
"sigs.k8s.io/controller-runtime/pkg/log"
"sigs.k8s.io/controller-runtime/pkg/reconcile"

appsv1alpha1 "github.com/apecloud/kubeblocks/apis/apps/v1alpha1"
"github.com/apecloud/kubeblocks/pkg/constant"
intctrlutil "github.com/apecloud/kubeblocks/pkg/controllerutil"
appsv1alpha1 "github.com/1aal/kubeblocks/apis/apps/v1alpha1"
"github.com/1aal/kubeblocks/pkg/constant"
intctrlutil "github.com/1aal/kubeblocks/pkg/controllerutil"
)

// +kubebuilder:rbac:groups=apps.kubeblocks.io,resources=backuppolicytemplates,verbs=get;list;watch;create;update;patch;delete
Expand Down
8 changes: 4 additions & 4 deletions controllers/apps/backuppolicytemplate_controller_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ import (

"sigs.k8s.io/controller-runtime/pkg/client"

"github.com/apecloud/kubeblocks/apis/apps/v1alpha1"
"github.com/apecloud/kubeblocks/pkg/constant"
intctrlutil "github.com/apecloud/kubeblocks/pkg/generics"
testapps "github.com/apecloud/kubeblocks/pkg/testutil/apps"
"github.com/1aal/kubeblocks/apis/apps/v1alpha1"
"github.com/1aal/kubeblocks/pkg/constant"
intctrlutil "github.com/1aal/kubeblocks/pkg/generics"
testapps "github.com/1aal/kubeblocks/pkg/testutil/apps"
)

var _ = Describe("", func() {
Expand Down
8 changes: 4 additions & 4 deletions controllers/apps/class_controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@ import (
"sigs.k8s.io/controller-runtime/pkg/log"
"sigs.k8s.io/controller-runtime/pkg/reconcile"

appsv1alpha1 "github.com/apecloud/kubeblocks/apis/apps/v1alpha1"
"github.com/apecloud/kubeblocks/pkg/class"
"github.com/apecloud/kubeblocks/pkg/constant"
intctrlutil "github.com/apecloud/kubeblocks/pkg/controllerutil"
appsv1alpha1 "github.com/1aal/kubeblocks/apis/apps/v1alpha1"
"github.com/1aal/kubeblocks/pkg/class"
"github.com/1aal/kubeblocks/pkg/constant"
intctrlutil "github.com/1aal/kubeblocks/pkg/controllerutil"
)

// +kubebuilder:rbac:groups=apps.kubeblocks.io,resources=componentclassdefinitions,verbs=get;list;watch;create;update;patch;delete
Expand Down
6 changes: 3 additions & 3 deletions controllers/apps/class_controller_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ import (

"sigs.k8s.io/controller-runtime/pkg/client"

"github.com/apecloud/kubeblocks/apis/apps/v1alpha1"
intctrlutil "github.com/apecloud/kubeblocks/pkg/generics"
testapps "github.com/apecloud/kubeblocks/pkg/testutil/apps"
"github.com/1aal/kubeblocks/apis/apps/v1alpha1"
intctrlutil "github.com/1aal/kubeblocks/pkg/generics"
testapps "github.com/1aal/kubeblocks/pkg/testutil/apps"
)

var _ = Describe("", func() {
Expand Down
12 changes: 6 additions & 6 deletions controllers/apps/cluster_controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,12 @@ import (
"sigs.k8s.io/controller-runtime/pkg/log"
"sigs.k8s.io/controller-runtime/pkg/reconcile"

appsv1alpha1 "github.com/apecloud/kubeblocks/apis/apps/v1alpha1"
dpv1alpha1 "github.com/apecloud/kubeblocks/apis/dataprotection/v1alpha1"
workloads "github.com/apecloud/kubeblocks/apis/workloads/v1alpha1"
"github.com/apecloud/kubeblocks/pkg/constant"
intctrlutil "github.com/apecloud/kubeblocks/pkg/controllerutil"
viper "github.com/apecloud/kubeblocks/pkg/viperx"
appsv1alpha1 "github.com/1aal/kubeblocks/apis/apps/v1alpha1"
dpv1alpha1 "github.com/1aal/kubeblocks/apis/dataprotection/v1alpha1"
workloads "github.com/1aal/kubeblocks/apis/workloads/v1alpha1"
"github.com/1aal/kubeblocks/pkg/constant"
intctrlutil "github.com/1aal/kubeblocks/pkg/controllerutil"
viper "github.com/1aal/kubeblocks/pkg/viperx"
)

// +kubebuilder:rbac:groups=apps.kubeblocks.io,resources=clusters,verbs=get;list;watch;create;update;patch;delete
Expand Down
Loading

0 comments on commit e1c03e5

Please sign in to comment.