Skip to content

Commit 94996e2

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

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

487487
for _, p := range pods {
488-
names = append(names, p.GetPod().NamespacedName)
488+
names = append(names, p.GetMetadata().NamespacedName)
489489
}
490490
return names
491491
}

0 commit comments

Comments
 (0)