mirror of
https://github.com/lukaszraczylo/kportal.git
synced 2026-07-12 07:41:42 +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 {
|
for i := range tt.pods {
|
||||||
objects = append(objects, &tt.pods[i])
|
objects = append(objects, &tt.pods[i])
|
||||||
}
|
}
|
||||||
fakeClient := fake.NewSimpleClientset(objects...)
|
fakeClient := fake.NewClientset(objects...)
|
||||||
|
|
||||||
// Create discovery instance (we only need it to call resolveTargetPort)
|
// Create discovery instance (we only need it to call resolveTargetPort)
|
||||||
d := &Discovery{}
|
d := &Discovery{}
|
||||||
|
|||||||
Reference in New Issue
Block a user