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