Class LoadAndCreateDeployment
- java.lang.Object
-
- io.fabric8.kubernetes.examples.kubectl.equivalents.LoadAndCreateDeployment
-
public class LoadAndCreateDeployment extends Object
This example is Java equivalent to `kubectl create -f test-deploy.yaml`. It loads Deployment YAML manifest and then applies to to Kubernetes Cluster.
-
-
Constructor Summary
Constructors Constructor Description LoadAndCreateDeployment()
-
-
-
Method Detail
-
main
public static void main(String[] args)
-
-