Package io.fabric8.kubernetes.api.model
Interface WatchEventFluent.ContainerImageObjectNested<N>
-
- All Superinterfaces:
ContainerImageFluent<WatchEventFluent.ContainerImageObjectNested<N>>
,Fluent<WatchEventFluent.ContainerImageObjectNested<N>>
,Nested<N>
- All Known Implementing Classes:
WatchEventFluentImpl.ContainerImageObjectNestedImpl
- Enclosing interface:
- WatchEventFluent<A extends WatchEventFluent<A>>
public static interface WatchEventFluent.ContainerImageObjectNested<N> extends Nested<N>, ContainerImageFluent<WatchEventFluent.ContainerImageObjectNested<N>>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description N
and()
N
endContainerImageObject()
-
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
-
-