Package io.fabric8.kubernetes.examples
Class ExecuteCommandOnPodExample
- java.lang.Object
-
- io.fabric8.kubernetes.examples.ExecuteCommandOnPodExample
-
- All Implemented Interfaces:
AutoCloseable
public class ExecuteCommandOnPodExample extends Object implements AutoCloseable
-
-
Constructor Summary
Constructors Constructor Description ExecuteCommandOnPodExample()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclose()StringexecCommandOnPod(String podName, String namespace, String... cmd)static voidmain(String[] args)
-