Skip to content

Commit 1b86ae1

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

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

482482
for _, p := range pods {
483-
names = append(names, p.GetPod().NamespacedName)
483+
names = append(names, p.GetMetadata().NamespacedName)
484484
}
485485
return names
486486
}

0 commit comments

Comments
 (0)