Package io.fabric8.kubeapitest.process
Class KubeAPIServerProcess
- java.lang.Object
-
- io.fabric8.kubeapitest.process.KubeAPIServerProcess
-
public class KubeAPIServerProcess extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringKUBE_API_SERVER
-
Constructor Summary
Constructors Constructor Description KubeAPIServerProcess(CertManager certManager, BinaryManager binaryManager, UnexpectedProcessStopHandler processStopHandler, KubeAPIServerConfig config)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetApiServerPort()intstartApiServer(int etcdPort)voidstopApiServer()voidwaitUntilReady()
-
-
-
Field Detail
-
KUBE_API_SERVER
public static final String KUBE_API_SERVER
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
KubeAPIServerProcess
public KubeAPIServerProcess(CertManager certManager, BinaryManager binaryManager, UnexpectedProcessStopHandler processStopHandler, KubeAPIServerConfig config)
-
-