Package io.fabric8.kubernetes.api.model
Interface EphemeralContainerFluent.LifecycleNested<N>
-
- All Superinterfaces:
Fluent<EphemeralContainerFluent.LifecycleNested<N>>
,LifecycleFluent<EphemeralContainerFluent.LifecycleNested<N>>
,Nested<N>
- All Known Implementing Classes:
EphemeralContainerFluentImpl.LifecycleNestedImpl
- Enclosing interface:
- EphemeralContainerFluent<A extends EphemeralContainerFluent<A>>
public static interface EphemeralContainerFluent.LifecycleNested<N> extends Nested<N>, LifecycleFluent<EphemeralContainerFluent.LifecycleNested<N>>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface io.fabric8.kubernetes.api.model.LifecycleFluent
LifecycleFluent.PostStartNested<N>, LifecycleFluent.PreStopNested<N>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description N
and()
N
endLifecycle()
-
Methods inherited from interface io.fabric8.kubernetes.api.model.LifecycleFluent
buildPostStart, buildPreStop, editOrNewPostStart, editOrNewPostStartLike, editOrNewPreStop, editOrNewPreStopLike, editPostStart, editPreStop, getPostStart, getPreStop, hasPostStart, hasPreStop, withNewPostStart, withNewPostStartLike, withNewPreStop, withNewPreStopLike, withPostStart, withPreStop
-
-