Skip to content

Commit 9c65d27

Browse files
committed
fix label rolebinding,add test for rolebinding
2 parents a2df37d + 200bea5 commit 9c65d27

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

internal/services/project-operator.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
package services
22

33
import (
4+
"context"
45
"context"
56
"log/slog"
67
"time"
@@ -13,6 +14,7 @@ import (
1314
"k8s.io/client-go/rest"
1415
"k8s.io/client-go/tools/cache"
1516
kubernetes "k8s.io/client-go/kubernetes"
17+
kubernetes "k8s.io/client-go/kubernetes"
1618
)
1719

1820
// Watch NetworkPolicyConfig, which is a config object for namespace network bubble

0 commit comments

Comments
 (0)