Class KubeAPIServerProcess
- java.lang.Object
-
- io.javaoperatorsdk.jenvtest.process.KubeAPIServerProcess
-
public class KubeAPIServerProcess extends Object
-
-
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 intstartApiServer(int etcdPort)voidstopApiServer()voidwaitUntilDefaultNamespaceCreated()
-
-
-
Constructor Detail
-
KubeAPIServerProcess
public KubeAPIServerProcess(CertManager certManager, BinaryManager binaryManager, UnexpectedProcessStopHandler processStopHandler, KubeAPIServerConfig config)
-
-