Class KubeAPIServerProcess
- java.lang.Object
-
- io.javaoperatorsdk.jenvtest.process.KubeAPIServerProcess
-
public class KubeAPIServerProcess extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static intPOLLING_INTERVAL
-
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()voidwaitUntilDefaultNamespaceCreated()
-
-
-
Field Detail
-
POLLING_INTERVAL
public static final int POLLING_INTERVAL
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
KubeAPIServerProcess
public KubeAPIServerProcess(CertManager certManager, BinaryManager binaryManager, UnexpectedProcessStopHandler processStopHandler, KubeAPIServerConfig config)
-
-