Package io.fabric8.kubeapitest
Class KubeAPIServer
- java.lang.Object
-
- io.fabric8.kubeapitest.KubeAPIServer
-
- All Implemented Interfaces:
UnexpectedProcessStopHandler
public class KubeAPIServer extends Object implements UnexpectedProcessStopHandler
-
-
Constructor Summary
Constructors Constructor Description KubeAPIServer()KubeAPIServer(KubeAPIServerConfig config)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetKubeConfigYaml()voidprocessStopped(Process process)voidstart()voidstop()
-
-
-
Constructor Detail
-
KubeAPIServer
public KubeAPIServer()
-
KubeAPIServer
public KubeAPIServer(KubeAPIServerConfig config)
-
-
Method Detail
-
start
public void start()
-
stop
public void stop()
-
getKubeConfigYaml
public String getKubeConfigYaml()
-
processStopped
public void processStopped(Process process)
- Specified by:
processStoppedin interfaceUnexpectedProcessStopHandler
-
-