mirror of
https://github.com/lukaszraczylo/kportal.git
synced 2026-06-11 00:09:31 +00:00
fixup! Update go.mod and go.sum (#20)
This commit is contained in:
@@ -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{}
|
||||
|
||||
Reference in New Issue
Block a user