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