Class PodListFilterFieldSelector
- java.lang.Object
-
- io.fabric8.kubernetes.examples.kubectl.equivalents.PodListFilterFieldSelector
-
public class PodListFilterFieldSelector extends Object
Java equivalent of `kubectl get pods --field-selector=status.phase=Running`. Get all running pods in the namespace.
-
-
Constructor Summary
Constructors Constructor Description PodListFilterFieldSelector()
-
-
-
Method Detail
-
main
public static void main(String[] args)
-
-