Skip to content

Commit 335982f

Browse files
committed
Updated code from rebase
Signed-off-by: Shmuel Kallner <kallner@il.ibm.com>
1 parent 55e6d59 commit 335982f

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
@@ -483,7 +483,7 @@ func makePodListFunc(ds datastore.Datastore) func() []types.NamespacedName {
483483
names := make([]types.NamespacedName, 0, len(pods))
484484

485485
for _, p := range pods {
486-
names = append(names, p.GetPod().NamespacedName)
486+
names = append(names, p.GetMetadata().NamespacedName)
487487
}
488488
return names
489489
}

0 commit comments

Comments
 (0)