Uses of Interface
io.javaoperatorsdk.jenvtest.process.UnexpectedProcessStopHandler
-
Packages that use UnexpectedProcessStopHandler Package Description io.javaoperatorsdk.jenvtest io.javaoperatorsdk.jenvtest.process -
-
Uses of UnexpectedProcessStopHandler in io.javaoperatorsdk.jenvtest
Classes in io.javaoperatorsdk.jenvtest that implement UnexpectedProcessStopHandler Modifier and Type Class Description classKubeAPIServer -
Uses of UnexpectedProcessStopHandler in io.javaoperatorsdk.jenvtest.process
Constructors in io.javaoperatorsdk.jenvtest.process with parameters of type UnexpectedProcessStopHandler Constructor Description EtcdProcess(BinaryManager binaryManager, UnexpectedProcessStopHandler processStopHandler)KubeAPIServerProcess(CertManager certManager, BinaryManager binaryManager, UnexpectedProcessStopHandler processStopHandler, KubeAPIServerConfig config)
-