Skip to content
This repository was archived by the owner on Nov 18, 2020. It is now read-only.

Commit eba035f

Browse files
committed
cmd/manager/main.go: update k8sutil import path
1 parent f58e93f commit eba035f

File tree

1 file changed

+1
-1
lines changed
  • memcached-operator/cmd/manager

1 file changed

+1
-1
lines changed

memcached-operator/cmd/manager/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import (
77

88
"github.com/operator-framework/operator-sdk-samples/memcached-operator/pkg/apis"
99
"github.com/operator-framework/operator-sdk-samples/memcached-operator/pkg/controller"
10-
k8sutil "github.com/operator-framework/operator-sdk/pkg/util/k8sutil"
10+
k8sutil "github.com/operator-framework/operator-sdk/pkg/k8sutil"
1111
sdkVersion "github.com/operator-framework/operator-sdk/version"
1212
_ "k8s.io/client-go/plugin/pkg/client/auth/gcp"
1313
"sigs.k8s.io/controller-runtime/pkg/client/config"

0 commit comments

Comments
 (0)