Package io.fabric8.kubernetes.api.model
Class EphemeralContainerFluentImpl.LifecycleNestedImpl<N>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.kubernetes.api.model.LifecycleFluentImpl<EphemeralContainerFluent.LifecycleNested<N>>
-
- io.fabric8.kubernetes.api.model.EphemeralContainerFluentImpl.LifecycleNestedImpl<N>
-
- All Implemented Interfaces:
Fluent<EphemeralContainerFluent.LifecycleNested<N>>
,Nested<N>
,Visitable<EphemeralContainerFluent.LifecycleNested<N>>
,EphemeralContainerFluent.LifecycleNested<N>
,LifecycleFluent<EphemeralContainerFluent.LifecycleNested<N>>
- Enclosing class:
- EphemeralContainerFluentImpl<A extends EphemeralContainerFluent<A>>
public class EphemeralContainerFluentImpl.LifecycleNestedImpl<N> extends LifecycleFluentImpl<EphemeralContainerFluent.LifecycleNested<N>> implements EphemeralContainerFluent.LifecycleNested<N>, Nested<N>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class io.fabric8.kubernetes.api.model.LifecycleFluentImpl
LifecycleFluentImpl.PostStartNestedImpl<N>, LifecycleFluentImpl.PreStopNestedImpl<N>
-
Nested classes/interfaces inherited from interface io.fabric8.kubernetes.api.model.LifecycleFluent
LifecycleFluent.PostStartNested<N>, LifecycleFluent.PreStopNested<N>
-
-
Field Summary
-
Fields inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
_visitables
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description N
and()
N
endLifecycle()
-
Methods inherited from class io.fabric8.kubernetes.api.model.LifecycleFluentImpl
buildPostStart, buildPreStop, editOrNewPostStart, editOrNewPostStartLike, editOrNewPreStop, editOrNewPreStopLike, editPostStart, editPreStop, equals, getPostStart, getPreStop, hashCode, hasPostStart, hasPreStop, withNewPostStart, withNewPostStartLike, withNewPreStop, withNewPreStopLike, withPostStart, withPreStop
-
Methods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
accept, accept, aggregate, aggregate, build, build, builderOf
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
-
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
-
-
-
-
Method Detail
-
and
public N and()
-
endLifecycle
public N endLifecycle()
- Specified by:
endLifecycle
in interfaceEphemeralContainerFluent.LifecycleNested<N>
-
-