Package io.fabric8.kubernetes.api.model
Interface LifecycleFluent.PreStopNested<N>
-
- All Superinterfaces:
Fluent<LifecycleFluent.PreStopNested<N>>
,HandlerFluent<LifecycleFluent.PreStopNested<N>>
,Nested<N>
- All Known Implementing Classes:
LifecycleFluentImpl.PreStopNestedImpl
- Enclosing interface:
- LifecycleFluent<A extends LifecycleFluent<A>>
public static interface LifecycleFluent.PreStopNested<N> extends Nested<N>, HandlerFluent<LifecycleFluent.PreStopNested<N>>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface io.fabric8.kubernetes.api.model.HandlerFluent
HandlerFluent.ExecNested<N>, HandlerFluent.HttpGetNested<N>, HandlerFluent.TcpSocketNested<N>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description N
and()
N
endPreStop()
-
Methods inherited from interface io.fabric8.kubernetes.api.model.HandlerFluent
buildExec, buildHttpGet, buildTcpSocket, editExec, editHttpGet, editOrNewExec, editOrNewExecLike, editOrNewHttpGet, editOrNewHttpGetLike, editOrNewTcpSocket, editOrNewTcpSocketLike, editTcpSocket, getExec, getHttpGet, getTcpSocket, hasExec, hasHttpGet, hasTcpSocket, withExec, withHttpGet, withNewExec, withNewExecLike, withNewHttpGet, withNewHttpGetLike, withNewTcpSocket, withNewTcpSocketLike, withTcpSocket
-
-