Package io.fabric8.kubernetes.api.model
Interface WatchEventFluent.ExecActionObjectNested<N>
-
- All Superinterfaces:
ExecActionFluent<WatchEventFluent.ExecActionObjectNested<N>>
,Fluent<WatchEventFluent.ExecActionObjectNested<N>>
,Nested<N>
- All Known Implementing Classes:
WatchEventFluentImpl.ExecActionObjectNestedImpl
- Enclosing interface:
- WatchEventFluent<A extends WatchEventFluent<A>>
public static interface WatchEventFluent.ExecActionObjectNested<N> extends Nested<N>, ExecActionFluent<WatchEventFluent.ExecActionObjectNested<N>>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description N
and()
N
endExecActionObject()
-
Methods inherited from interface io.fabric8.kubernetes.api.model.ExecActionFluent
addAllToCommand, addNewCommand, addNewCommand, addNewCommand, addToCommand, addToCommand, getCommand, getCommand, getFirstCommand, getLastCommand, getMatchingCommand, hasCommand, hasMatchingCommand, removeAllFromCommand, removeFromCommand, setToCommand, withCommand, withCommand
-
-