Package io.fabric8.kubernetes.api.model
Class WatchEventFluentImpl.ContainerImageObjectNestedImpl<N>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.kubernetes.api.model.ContainerImageFluentImpl<WatchEventFluent.ContainerImageObjectNested<N>>
-
- io.fabric8.kubernetes.api.model.WatchEventFluentImpl.ContainerImageObjectNestedImpl<N>
-
- All Implemented Interfaces:
Fluent<WatchEventFluent.ContainerImageObjectNested<N>>
,Nested<N>
,Visitable<WatchEventFluent.ContainerImageObjectNested<N>>
,ContainerImageFluent<WatchEventFluent.ContainerImageObjectNested<N>>
,WatchEventFluent.ContainerImageObjectNested<N>
- Enclosing class:
- WatchEventFluentImpl<A extends WatchEventFluent<A>>
public class WatchEventFluentImpl.ContainerImageObjectNestedImpl<N> extends ContainerImageFluentImpl<WatchEventFluent.ContainerImageObjectNested<N>> implements WatchEventFluent.ContainerImageObjectNested<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
endContainerImageObject()
-
Methods inherited from class io.fabric8.kubernetes.api.model.ContainerImageFluentImpl
addAllToNames, addNewName, addNewName, addNewName, addToNames, addToNames, equals, getFirstName, getLastName, getMatchingName, getName, getNames, getSizeBytes, hashCode, hasMatchingName, hasNames, hasSizeBytes, removeAllFromNames, removeFromNames, setToNames, withNames, withNames, withSizeBytes
-
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.ContainerImageFluent
addAllToNames, addNewName, addNewName, addNewName, addToNames, addToNames, getFirstName, getLastName, getMatchingName, getName, getNames, getSizeBytes, hasMatchingName, hasNames, hasSizeBytes, removeAllFromNames, removeFromNames, setToNames, withNames, withNames, withSizeBytes
-
-
-
-
Method Detail
-
and
public N and()
-
endContainerImageObject
public N endContainerImageObject()
- Specified by:
endContainerImageObject
in interfaceWatchEventFluent.ContainerImageObjectNested<N>
-
-