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
,WatchEventFluentImpl.ContainerStateRunningObjectNestedImpl
public interface ContainerStateRunningFluent<A extends ContainerStateRunningFluent<A>> extends Fluent<A>
-
-
Method Summary
All Methods Instance Methods Abstract Methods 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 Detail
-
getStartedAt
String getStartedAt()
-
hasStartedAt
Boolean hasStartedAt()
-
withNewStartedAt
A withNewStartedAt(StringBuilder arg1)
-
withNewStartedAt
A withNewStartedAt(StringBuffer arg1)
-
-