Class PodWatchEquivalent
- java.lang.Object
-
- io.fabric8.kubernetes.examples.kubectl.equivalents.PodWatchEquivalent
-
public class PodWatchEquivalent extends Object
This sample code is Java equivalent to `kubectl get pods -w`. It watches all the pods in specified namespace("default" in this case).
-
-
Constructor Summary
Constructors Constructor Description PodWatchEquivalent()
-
-
-
Method Detail
-
main
public static void main(String[] args)
-
-