Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Signed-off-by: odubajDT <[email protected]>
  • Loading branch information
odubajDT committed Nov 6, 2023
1 parent 563ff00 commit e98dba1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,13 @@ import (
"context"
"flag"
"fmt"
v1 "k8s.io/api/rbac/v1"
"os"

v1 "k8s.io/api/rbac/v1"
"sigs.k8s.io/controller-runtime/pkg/client"

_ "time"

corev1 "k8s.io/api/core/v1"
"k8s.io/apimachinery/pkg/api/resource"

Expand Down

0 comments on commit e98dba1

Please sign in to comment.