Package io.fabric8.kubernetes.api.model
Class NodeStatusFluentImpl.ImagesNestedImpl<N>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.kubernetes.api.model.ContainerImageFluentImpl<NodeStatusFluent.ImagesNested<N>>
-
- io.fabric8.kubernetes.api.model.NodeStatusFluentImpl.ImagesNestedImpl<N>
-
- All Implemented Interfaces:
Fluent<NodeStatusFluent.ImagesNested<N>>
,Nested<N>
,Visitable<NodeStatusFluent.ImagesNested<N>>
,ContainerImageFluent<NodeStatusFluent.ImagesNested<N>>
,NodeStatusFluent.ImagesNested<N>
- Enclosing class:
- NodeStatusFluentImpl<A extends NodeStatusFluent<A>>
public class NodeStatusFluentImpl.ImagesNestedImpl<N> extends ContainerImageFluentImpl<NodeStatusFluent.ImagesNested<N>> implements NodeStatusFluent.ImagesNested<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
endImage()
-
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
-
-