Package io.fabric8.kubernetes.api.model
Class DoneableContainerStatus
java.lang.Object
io.fabric8.kubernetes.api.builder.BaseFluent<A>
io.fabric8.kubernetes.api.model.ContainerStatusFluentImpl<DoneableContainerStatus>
io.fabric8.kubernetes.api.model.DoneableContainerStatus
- All Implemented Interfaces:
Fluent<DoneableContainerStatus>,Visitable<DoneableContainerStatus>,ContainerStatusFluent<DoneableContainerStatus>,Doneable<ContainerStatus>
public class DoneableContainerStatus extends ContainerStatusFluentImpl<DoneableContainerStatus> implements Doneable<ContainerStatus>
-
Nested Class Summary
Nested classes/interfaces inherited from class io.fabric8.kubernetes.api.model.ContainerStatusFluentImpl
ContainerStatusFluentImpl.LastStateNestedImpl<N>, ContainerStatusFluentImpl.StateNestedImpl<N>Nested classes/interfaces inherited from interface io.fabric8.kubernetes.api.model.ContainerStatusFluent
ContainerStatusFluent.LastStateNested<N>, ContainerStatusFluent.StateNested<N> -
Field Summary
-
Constructor Summary
Constructors Constructor Description DoneableContainerStatus(Function<ContainerStatus,ContainerStatus> function)DoneableContainerStatus(ContainerStatus item)DoneableContainerStatus(ContainerStatus item, Function<ContainerStatus,ContainerStatus> function) -
Method Summary
Modifier and Type Method Description ContainerStatusdone()Methods inherited from class io.fabric8.kubernetes.api.model.ContainerStatusFluentImpl
buildLastState, buildState, editLastState, editOrNewLastState, editOrNewLastStateLike, editOrNewState, editOrNewStateLike, editState, equals, getContainerID, getImage, getImageID, getLastState, getName, getRestartCount, getState, hasContainerID, hasImage, hasImageID, hasLastState, hasName, hasReady, hasRestartCount, hasStarted, hasState, isReady, isStarted, withContainerID, withImage, withImageID, withLastState, withName, withNewContainerID, withNewContainerID, withNewContainerID, withNewImage, withNewImage, withNewImage, withNewImageID, withNewImageID, withNewImageID, withNewLastState, withNewLastStateLike, withNewName, withNewName, withNewName, withNewReady, withNewReady, withNewRestartCount, withNewRestartCount, withNewStarted, withNewStarted, withNewState, withNewStateLike, withReady, withRestartCount, withStarted, withState
-
Constructor Details
-
DoneableContainerStatus
-
DoneableContainerStatus
public DoneableContainerStatus(ContainerStatus item, Function<ContainerStatus,ContainerStatus> function) -
DoneableContainerStatus
-
-
Method Details
-
done
- Specified by:
donein interfaceDoneable<ContainerStatus>
-