Skip to content

Commit

Permalink
Fix missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
olim7t committed May 31, 2024
1 parent a86ba43 commit ee39ba3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions controllers/k8ssandra/k8ssandracluster_controller_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import (
"context"
"encoding/json"
"fmt"
"k8s.io/utils/pointer"

Check failure on line 7 in controllers/k8ssandra/k8ssandracluster_controller_test.go

View workflow job for this annotation

GitHub Actions / Run unit/integration tests

SA1019: "k8s.io/utils/pointer" is deprecated: Use functions in k8s.io/utils/ptr instead: ptr.To to obtain a pointer, ptr.Deref to dereference a pointer, ptr.Equal to compare dereferenced pointers. (staticcheck)
"math/rand"
"reflect"
"testing"
Expand Down

0 comments on commit ee39ba3

Please sign in to comment.