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 98705a4 commit 289d200Copy full SHA for 289d200
pkg/smartrequeue/example_test.go
@@ -4,9 +4,10 @@ import (
4
"fmt"
5
"time"
6
7
- "github.com/openmcp-project/cluster-provider-kind/pkg/smartrequeue"
8
ctrl "sigs.k8s.io/controller-runtime"
9
"sigs.k8s.io/controller-runtime/pkg/client"
+
10
+ "github.com/openmcp-project/cluster-provider-kind/pkg/smartrequeue"
11
)
12
13
// This example shows how to use the SmartRequeue package in a Kubernetes controller.
0 commit comments