Uses of Class
cz.xtf.builder.builders.deployment.AbstractProbe
-
Packages that use AbstractProbe Package Description cz.xtf.builder.builders.deployment cz.xtf.builder.builders.pod -
-
Uses of AbstractProbe in cz.xtf.builder.builders.deployment
Subclasses of AbstractProbe in cz.xtf.builder.builders.deployment Modifier and Type Class Description classLivenessProbeclassReadinessProbeclassStartupProbeMethods in cz.xtf.builder.builders.deployment that return AbstractProbe Modifier and Type Method Description AbstractProbeAbstractProbe. createExecProbe(String... commandArgs)AbstractProbeAbstractProbe. createHttpProbe(String path, String port)AbstractProbeAbstractProbe. createHttpProbe(String host, String path, String port)AbstractProbeAbstractProbe. createHttpProbe(String path, String port, String username, String password)AbstractProbeAbstractProbe. createHttpProbe(String host, String path, String port, Map<String,String> httpHeaders)AbstractProbeAbstractProbe. createTcpProbe(String port) -
Uses of AbstractProbe in cz.xtf.builder.builders.pod
Methods in cz.xtf.builder.builders.pod with parameters of type AbstractProbe Modifier and Type Method Description ContainerBuilderContainerBuilder. addReadinessProbe(AbstractProbe readinessProbe)
-