Uses of Class
cz.xtf.builder.builders.deployment.StartupProbe
-
Packages that use StartupProbe Package Description cz.xtf.builder.builders.deployment cz.xtf.builder.builders.pod -
-
Uses of StartupProbe in cz.xtf.builder.builders.deployment
Methods in cz.xtf.builder.builders.deployment that return StartupProbe Modifier and Type Method Description StartupProbeStartupProbe. createHttpProbe(String path, String port)StartupProbeStartupProbe. setFailureThreshold(int failureThreshold)StartupProbeStartupProbe. setInitialDelay(int initialDelay)StartupProbeStartupProbe. setPeriodSeconds(int periodSeconds) -
Uses of StartupProbe in cz.xtf.builder.builders.pod
Methods in cz.xtf.builder.builders.pod that return StartupProbe Modifier and Type Method Description StartupProbeContainerBuilder. addStartupProbe()
-