Package io.fabric8.kubernetes.api.model
Class ContainerStateFluentImpl.RunningNestedImpl<N>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.kubernetes.api.model.ContainerStateRunningFluentImpl<ContainerStateFluent.RunningNested<N>>
-
- io.fabric8.kubernetes.api.model.ContainerStateFluentImpl.RunningNestedImpl<N>
-
- All Implemented Interfaces:
Fluent<ContainerStateFluent.RunningNested<N>>
,Nested<N>
,Visitable<ContainerStateFluent.RunningNested<N>>
,ContainerStateFluent.RunningNested<N>
,ContainerStateRunningFluent<ContainerStateFluent.RunningNested<N>>
- Enclosing class:
- ContainerStateFluentImpl<A extends ContainerStateFluent<A>>
public class ContainerStateFluentImpl.RunningNestedImpl<N> extends ContainerStateRunningFluentImpl<ContainerStateFluent.RunningNested<N>> implements ContainerStateFluent.RunningNested<N>, Nested<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
endRunning()
-
Methods inherited from class io.fabric8.kubernetes.api.model.ContainerStateRunningFluentImpl
equals, getStartedAt, hashCode, hasStartedAt, withNewStartedAt, withNewStartedAt, withNewStartedAt, withStartedAt
-
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.ContainerStateRunningFluent
getStartedAt, hasStartedAt, withNewStartedAt, withNewStartedAt, withNewStartedAt, withStartedAt
-
-
-
-
Method Detail
-
and
public N and()
-
endRunning
public N endRunning()
- Specified by:
endRunning
in interfaceContainerStateFluent.RunningNested<N>
-
-