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 18c7c62 commit 9fff16dCopy full SHA for 9fff16d
cmd/controller-manager/app/controllermanager.go
@@ -21,7 +21,7 @@ import (
21
"github.com/anywhy/redis-operator/pkg/client/clientset/versioned"
22
informers "github.com/anywhy/redis-operator/pkg/client/informers/externalversions"
23
"github.com/anywhy/redis-operator/pkg/controller/redis"
24
- "github.com/anywhy/redis-operator/version"
+ "github.com/anywhy/redis-operator/pkg/version"
25
)
26
27
// NewRedisControllerManagerCommand creates a *cobra.Command object with default parameters
0 commit comments