Uses of Class
io.fabric8.kubernetes.api.model.LifecycleHandler
-
Packages that use LifecycleHandler Package Description io.fabric8.kubernetes.api.model -
-
Uses of LifecycleHandler in io.fabric8.kubernetes.api.model
Methods in io.fabric8.kubernetes.api.model that return LifecycleHandler Modifier and Type Method Description LifecycleHandlerLifecycleHandlerBuilder. build()LifecycleHandlerLifecycleFluent. buildPostStart()LifecycleHandlerLifecycleFluent. buildPreStop()LifecycleHandlerLifecycle. getPostStart()Lifecycle describes actions that the management system should take in response to container lifecycle events.LifecycleHandlerLifecycle. getPreStop()Lifecycle describes actions that the management system should take in response to container lifecycle events.Methods in io.fabric8.kubernetes.api.model with parameters of type LifecycleHandler Modifier and Type Method Description protected voidLifecycleHandlerFluent. copyInstance(LifecycleHandler instance)LifecycleFluent.PostStartNested<A>LifecycleFluent. editOrNewPostStartLike(LifecycleHandler item)LifecycleFluent.PreStopNested<A>LifecycleFluent. editOrNewPreStopLike(LifecycleHandler item)voidLifecycle. setPostStart(LifecycleHandler postStart)Lifecycle describes actions that the management system should take in response to container lifecycle events.voidLifecycle. setPreStop(LifecycleHandler preStop)Lifecycle describes actions that the management system should take in response to container lifecycle events.LifecycleFluent.PostStartNested<A>LifecycleFluent. withNewPostStartLike(LifecycleHandler item)LifecycleFluent.PreStopNested<A>LifecycleFluent. withNewPreStopLike(LifecycleHandler item)ALifecycleFluent. withPostStart(LifecycleHandler postStart)ALifecycleFluent. withPreStop(LifecycleHandler preStop)Constructors in io.fabric8.kubernetes.api.model with parameters of type LifecycleHandler Constructor Description Lifecycle(LifecycleHandler postStart, LifecycleHandler preStop, String stopSignal)LifecycleHandlerBuilder(LifecycleHandler instance)LifecycleHandlerBuilder(LifecycleHandlerFluent<?> fluent, LifecycleHandler instance)LifecycleHandlerFluent(LifecycleHandler instance)
-