Package io.fabric8.kubernetes.api.model
Interface WatchEventFluent.ContainerStateRunningObjectNested<N>
-
- All Superinterfaces:
ContainerStateRunningFluent<WatchEventFluent.ContainerStateRunningObjectNested<N>>
,Fluent<WatchEventFluent.ContainerStateRunningObjectNested<N>>
,Nested<N>
- All Known Implementing Classes:
WatchEventFluentImpl.ContainerStateRunningObjectNestedImpl
- Enclosing interface:
- WatchEventFluent<A extends WatchEventFluent<A>>
public static interface WatchEventFluent.ContainerStateRunningObjectNested<N> extends Nested<N>, ContainerStateRunningFluent<WatchEventFluent.ContainerStateRunningObjectNested<N>>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description N
and()
N
endContainerStateRunningObject()
-
Methods inherited from interface io.fabric8.kubernetes.api.model.ContainerStateRunningFluent
getStartedAt, hasStartedAt, withNewStartedAt, withNewStartedAt, withNewStartedAt, withStartedAt
-
-