⚗️ Use in any namespace
This commit is contained in:
parent
7f675d48f8
commit
16dbad150a
@ -24,7 +24,7 @@ public class PodService
|
||||
|
||||
public List<Pod> findAll()
|
||||
{
|
||||
return clientProvider.getClient().pods().list().getItems();
|
||||
return clientProvider.getClient().pods().inAnyNamespace().list().getItems();
|
||||
}
|
||||
|
||||
public Optional<Pod> findPodById(String id)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user