Uses of Class
io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.containers.LivenessProbe
-
-
Uses of LivenessProbe in io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec
Methods in io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec that return LivenessProbe Modifier and Type Method Description LivenessProbeContainersFluent. buildLivenessProbe()LivenessProbeContainers. getLivenessProbe()Methods in io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec with parameters of type LivenessProbe Modifier and Type Method Description ContainersFluent.LivenessProbeNested<A>ContainersFluent. editOrNewLivenessProbeLike(LivenessProbe item)voidContainers. setLivenessProbe(LivenessProbe livenessProbe)AContainersFluent. withLivenessProbe(LivenessProbe livenessProbe)ContainersFluent.LivenessProbeNested<A>ContainersFluent. withNewLivenessProbeLike(LivenessProbe item) -
Uses of LivenessProbe in io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.containers
Methods in io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.containers that return LivenessProbe Modifier and Type Method Description LivenessProbeLivenessProbeBuilder. build()Constructors in io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.containers with parameters of type LivenessProbe Constructor Description LivenessProbeBuilder(LivenessProbe instance)LivenessProbeBuilder(LivenessProbeFluent<?> fluent, LivenessProbe instance)LivenessProbeBuilder(LivenessProbeFluent<?> fluent, LivenessProbe instance, Boolean validationEnabled)LivenessProbeBuilder(LivenessProbe instance, Boolean validationEnabled)LivenessProbeFluent(LivenessProbe instance)
-