Interface V1LifecycleFluent<A extends V1LifecycleFluent<A>>
- All Superinterfaces:
Fluent<A>
- All Known Subinterfaces:
V1ContainerFluent.LifecycleNested<N>,V1EphemeralContainerFluent.LifecycleNested<N>
- All Known Implementing Classes:
V1LifecycleBuilder,V1LifecycleFluentImpl
Generated
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfacestatic interface -
Method Summary
Modifier and TypeMethodDescriptionio.kubernetes.client.openapi.models.V1LifecycleHandlerio.kubernetes.client.openapi.models.V1LifecycleHandlereditOrNewPostStartLike(io.kubernetes.client.openapi.models.V1LifecycleHandler item) editOrNewPreStopLike(io.kubernetes.client.openapi.models.V1LifecycleHandler item) io.kubernetes.client.openapi.models.V1LifecycleHandlerDeprecated.io.kubernetes.client.openapi.models.V1LifecycleHandlerDeprecated.withNewPostStartLike(io.kubernetes.client.openapi.models.V1LifecycleHandler item) withNewPreStopLike(io.kubernetes.client.openapi.models.V1LifecycleHandler item) withPostStart(io.kubernetes.client.openapi.models.V1LifecycleHandler postStart) withPreStop(io.kubernetes.client.openapi.models.V1LifecycleHandler preStop)
-
Method Details
-
getPostStart
Deprecated.This method has been deprecated, please use method buildPostStart instead.- Returns:
- The buildable object.
-
buildPostStart
io.kubernetes.client.openapi.models.V1LifecycleHandler buildPostStart() -
withPostStart
-
hasPostStart
Boolean hasPostStart() -
withNewPostStart
V1LifecycleFluent.PostStartNested<A> withNewPostStart() -
withNewPostStartLike
V1LifecycleFluent.PostStartNested<A> withNewPostStartLike(io.kubernetes.client.openapi.models.V1LifecycleHandler item) -
editPostStart
V1LifecycleFluent.PostStartNested<A> editPostStart() -
editOrNewPostStart
V1LifecycleFluent.PostStartNested<A> editOrNewPostStart() -
editOrNewPostStartLike
V1LifecycleFluent.PostStartNested<A> editOrNewPostStartLike(io.kubernetes.client.openapi.models.V1LifecycleHandler item) -
getPreStop
Deprecated.This method has been deprecated, please use method buildPreStop instead.- Returns:
- The buildable object.
-
buildPreStop
io.kubernetes.client.openapi.models.V1LifecycleHandler buildPreStop() -
withPreStop
-
hasPreStop
Boolean hasPreStop() -
withNewPreStop
V1LifecycleFluent.PreStopNested<A> withNewPreStop() -
withNewPreStopLike
V1LifecycleFluent.PreStopNested<A> withNewPreStopLike(io.kubernetes.client.openapi.models.V1LifecycleHandler item) -
editPreStop
V1LifecycleFluent.PreStopNested<A> editPreStop() -
editOrNewPreStop
V1LifecycleFluent.PreStopNested<A> editOrNewPreStop() -
editOrNewPreStopLike
V1LifecycleFluent.PreStopNested<A> editOrNewPreStopLike(io.kubernetes.client.openapi.models.V1LifecycleHandler item)
-