Skip to content

Commit

Permalink
Fix linting errors
Browse files Browse the repository at this point in the history
  • Loading branch information
vishnuchalla committed Aug 22, 2023
1 parent 29d2695 commit 8984034
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/kube-burner/kube-burner.go
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ func destroyCmd() *cobra.Command {
},
Args: cobra.NoArgs,
Run: func(cmd *cobra.Command, args []string) {
listOptions := v1.ListOptions{LabelSelector: fmt.Sprintf("kube-burner-uuid=%s", uuid)}
listOptions := metav1.ListOptions{LabelSelector: fmt.Sprintf("kube-burner-uuid=%s", uuid)}
clientSet, restConfig, err := config.GetClientSet(0, 0)
if err != nil {
log.Fatalf("Error creating clientSet: %s", err)
Expand Down

0 comments on commit 8984034

Please sign in to comment.