Class PodCreateYamlEquivalent
- java.lang.Object
-
- io.fabric8.kubernetes.examples.kubectl.equivalents.PodCreateYamlEquivalent
-
public class PodCreateYamlEquivalent extends Object
This sample code is Java equivalent to `kubectl create -f test-pod.yml`. It loads YAML manifest for specified pod and creates it in specified namespace
-
-
Constructor Summary
Constructors Constructor Description PodCreateYamlEquivalent()
-
-
-
Method Detail
-
main
public static void main(String[] args)
-
-