Package io.fabric8.kubernetes.api.model
Interface ContainerStateRunningFluent<A extends ContainerStateRunningFluent<A>>
- All Superinterfaces:
Fluent<A>
- All Known Subinterfaces:
ContainerStateFluent.RunningNested<N>
,WatchEventFluent.ContainerStateRunningObjectNested<N>
- All Known Implementing Classes:
ContainerStateFluentImpl.RunningNestedImpl
,ContainerStateRunningBuilder
,ContainerStateRunningFluentImpl
,DoneableContainerStateRunning
,WatchEventFluentImpl.ContainerStateRunningObjectNestedImpl
public interface ContainerStateRunningFluent<A extends ContainerStateRunningFluent<A>> extends Fluent<A>
-
Method Summary
Modifier and Type Method Description String
getStartedAt()
Boolean
hasStartedAt()
A
withNewStartedAt(String arg1)
A
withNewStartedAt(StringBuffer arg1)
A
withNewStartedAt(StringBuilder arg1)
A
withStartedAt(String startedAt)
-
Method Details
-
getStartedAt
String getStartedAt() -
withStartedAt
-
hasStartedAt
Boolean hasStartedAt() -
withNewStartedAt
-
withNewStartedAt
-
withNewStartedAt
-