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