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 2f33c59 commit b3fcc52Copy full SHA for b3fcc52
1 file changed
pkg/indexers/serviceexport.go
@@ -17,8 +17,9 @@ limitations under the License.
17
package indexers
18
19
import (
20
- "github.com/kube-bind/kube-bind/sdk/apis/kubebind/v1alpha2"
21
"sigs.k8s.io/controller-runtime/pkg/client"
+
22
+ "github.com/kube-bind/kube-bind/sdk/apis/kubebind/v1alpha2"
23
)
24
25
const (
0 commit comments