We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2084cd commit ee1d4cbCopy full SHA for ee1d4cb
pkg/controller/distributedrediscluster/distributedrediscluster_controller.go
@@ -2,7 +2,6 @@ package distributedrediscluster
2
3
import (
4
"context"
5
- "github.com/ucloud/redis-cluster-operator/pkg/controller/heal"
6
7
"k8s.io/apimachinery/pkg/api/errors"
8
"k8s.io/apimachinery/pkg/runtime"
@@ -18,6 +17,7 @@ import (
18
17
19
redisv1alpha1 "github.com/ucloud/redis-cluster-operator/pkg/apis/redis/v1alpha1"
20
"github.com/ucloud/redis-cluster-operator/pkg/config"
+ "github.com/ucloud/redis-cluster-operator/pkg/controller/heal"
21
clustermanger "github.com/ucloud/redis-cluster-operator/pkg/controller/manager"
22
"github.com/ucloud/redis-cluster-operator/pkg/k8sutil"
23
"github.com/ucloud/redis-cluster-operator/pkg/redisutil"
0 commit comments