Class PodExecEquivalent
- java.lang.Object
-
- io.fabric8.kubernetes.examples.kubectl.equivalents.PodExecEquivalent
-
public class PodExecEquivalent extends Object
This sample code is Java equivalent to `kubectl exec my-pod -- ls /`. It assumes that a Pod with specified name exists in the cluster.
-
-
Constructor Summary
Constructors Constructor Description PodExecEquivalent()
-
-
-
Method Detail
-
main
public static void main(String[] args)
-
-