Uses of Class
io.fabric8.kubernetes.api.model.SleepAction
-
Packages that use SleepAction Package Description io.fabric8.kubernetes.api.model -
-
Uses of SleepAction in io.fabric8.kubernetes.api.model
Methods in io.fabric8.kubernetes.api.model that return SleepAction Modifier and Type Method Description SleepActionSleepActionBuilder. build()SleepActionLifecycleHandlerFluent. buildSleep()SleepActionLifecycleHandler. getSleep()Methods in io.fabric8.kubernetes.api.model with parameters of type SleepAction Modifier and Type Method Description protected voidSleepActionFluent. copyInstance(SleepAction instance)LifecycleHandlerFluent.SleepNested<A>LifecycleHandlerFluent. editOrNewSleepLike(SleepAction item)voidLifecycleHandler. setSleep(SleepAction sleep)LifecycleHandlerFluent.SleepNested<A>LifecycleHandlerFluent. withNewSleepLike(SleepAction item)ALifecycleHandlerFluent. withSleep(SleepAction sleep)Constructors in io.fabric8.kubernetes.api.model with parameters of type SleepAction Constructor Description LifecycleHandler(ExecAction exec, HTTPGetAction httpGet, SleepAction sleep, TCPSocketAction tcpSocket)SleepActionBuilder(SleepAction instance)SleepActionBuilder(SleepActionFluent<?> fluent, SleepAction instance)SleepActionFluent(SleepAction instance)
-