File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ require (
1111 github.com/spf13/pflag v1.0.10
1212 google.golang.org/grpc v1.72.2
1313 google.golang.org/protobuf v1.36.8
14+ k8s.io/apimachinery v0.35.1
1415 k8s.io/component-base v0.35.1
1516 k8s.io/klog/v2 v2.140.0
1617)
@@ -42,7 +43,6 @@ require (
4243 golang.org/x/text v0.34.0 // indirect
4344 google.golang.org/genproto/googleapis/rpc v0.0.0-20250528174236-200df99c418a // indirect
4445 gopkg.in/inf.v0 v0.9.1 // indirect
45- k8s.io/apimachinery v0.35.1 // indirect
4646 k8s.io/kube-openapi v0.0.0-20250910181357-589584f1c912 // indirect
4747 k8s.io/utils v0.0.0-20251002143259-bc988d571ff4 // indirect
4848 sigs.k8s.io/json v0.0.0-20250730193827-2d320260d730 // indirect
Original file line number Diff line number Diff line change @@ -324,7 +324,7 @@ func TestAdaptiveIpamServer_AllocatePodIP_RetryOnDBError(t *testing.T) {
324324
325325 network := "test-network"
326326 cidr := "10.0.1.0/24"
327-
327+
328328 if err := storeInstance .AddCIDR (context .Background (), network , cidr ); err != nil {
329329 t .Fatalf ("Failed to add CIDR: %v" , err )
330330 }
You can’t perform that action at this time.
0 commit comments