Skip to content

Commit 192584b

Browse files
committed
Updated code from rebase
Signed-off-by: Shmuel Kallner <kallner@il.ibm.com>
1 parent de2d347 commit 192584b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/epp/runner/runner.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -489,7 +489,7 @@ func makePodListFunc(ds datastore.Datastore) func() []types.NamespacedName {
489489
names := make([]types.NamespacedName, 0, len(pods))
490490

491491
for _, p := range pods {
492-
names = append(names, p.GetPod().NamespacedName)
492+
names = append(names, p.GetMetadata().NamespacedName)
493493
}
494494
return names
495495
}

0 commit comments

Comments
 (0)