Package io.fabric8.kubernetes.api.model
Class KubeSchemaFluentImpl.ContainerStatusNestedImpl<N>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.kubernetes.api.model.ContainerStatusFluentImpl<KubeSchemaFluent.ContainerStatusNested<N>>
-
- io.fabric8.kubernetes.api.model.KubeSchemaFluentImpl.ContainerStatusNestedImpl<N>
-
- All Implemented Interfaces:
Fluent<KubeSchemaFluent.ContainerStatusNested<N>>
,Nested<N>
,Visitable<KubeSchemaFluent.ContainerStatusNested<N>>
,ContainerStatusFluent<KubeSchemaFluent.ContainerStatusNested<N>>
,KubeSchemaFluent.ContainerStatusNested<N>
- Enclosing class:
- KubeSchemaFluentImpl<A extends KubeSchemaFluent<A>>
public class KubeSchemaFluentImpl.ContainerStatusNestedImpl<N> extends ContainerStatusFluentImpl<KubeSchemaFluent.ContainerStatusNested<N>> implements KubeSchemaFluent.ContainerStatusNested<N>, Nested<N>
-
-
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
-
Fields inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
_visitables
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description N
and()
N
endContainerStatus()
-
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, hashCode, 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, withNewStarted, withNewStarted, withNewState, withNewStateLike, withReady, withRestartCount, withStarted, withState
-
Methods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
accept, accept, aggregate, aggregate, build, build, builderOf
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface io.fabric8.kubernetes.api.model.ContainerStatusFluent
buildLastState, buildState, editLastState, editOrNewLastState, editOrNewLastStateLike, editOrNewState, editOrNewStateLike, editState, 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, withNewStarted, withNewStarted, withNewState, withNewStateLike, withReady, withRestartCount, withStarted, withState
-
-
-
-
Method Detail
-
and
public N and()
-
endContainerStatus
public N endContainerStatus()
- Specified by:
endContainerStatus
in interfaceKubeSchemaFluent.ContainerStatusNested<N>
-
-