Uses of Class
cz.xtf.builder.builders.deployment.LivenessProbe
-
Packages that use LivenessProbe Package Description cz.xtf.builder.builders.deployment cz.xtf.builder.builders.pod -
-
Uses of LivenessProbe in cz.xtf.builder.builders.deployment
Methods in cz.xtf.builder.builders.deployment that return LivenessProbe Modifier and Type Method Description LivenessProbeLivenessProbe. createHttpProbe(String path, String port)LivenessProbeLivenessProbe. setFailureThreshold(int failureThreshold)LivenessProbeLivenessProbe. setInitialDelay(int initialDelay)LivenessProbeLivenessProbe. setIsEnabled(boolean isEnabled)LivenessProbeLivenessProbe. setSuccessThreshold(int successThreshold)LivenessProbeLivenessProbe. setTimeoutSeconds(int timeoutSeconds) -
Uses of LivenessProbe in cz.xtf.builder.builders.pod
Methods in cz.xtf.builder.builders.pod that return LivenessProbe Modifier and Type Method Description LivenessProbeContainerBuilder. addLivenessProbe()
-