Compare commits

..

1 Commits

Author SHA1 Message Date
lukaszraczylo 285ced6755 fixup! Update go.mod and go.sum (#20) 2025-12-18 09:38:02 +00:00
+1 -1
View File
@@ -228,7 +228,7 @@ func TestResolveTargetPort(t *testing.T) {
for i := range tt.pods {
objects = append(objects, &tt.pods[i])
}
fakeClient := fake.NewSimpleClientset(objects...)
fakeClient := fake.NewClientset(objects...)
// Create discovery instance (we only need it to call resolveTargetPort)
d := &Discovery{}