Uses of Interface
io.kubernetes.client.openapi.models.V1NodeStatusFluent.ImagesNested
Packages that use V1NodeStatusFluent.ImagesNested
-
Uses of V1NodeStatusFluent.ImagesNested in io.kubernetes.client.openapi.models
Methods in io.kubernetes.client.openapi.models that return V1NodeStatusFluent.ImagesNestedModifier and TypeMethodDescriptionV1NodeStatusFluent.addNewImage()
V1NodeStatusFluentImpl.addNewImage()
V1NodeStatusFluent.addNewImageLike
(io.kubernetes.client.openapi.models.V1ContainerImage item) V1NodeStatusFluentImpl.addNewImageLike
(io.kubernetes.client.openapi.models.V1ContainerImage item) V1NodeStatusFluent.editFirstImage()
V1NodeStatusFluentImpl.editFirstImage()
V1NodeStatusFluent.editLastImage()
V1NodeStatusFluentImpl.editLastImage()
V1NodeStatusFluent.editMatchingImage
(Predicate<V1ContainerImageBuilder> predicate) V1NodeStatusFluentImpl.editMatchingImage
(Predicate<V1ContainerImageBuilder> predicate) V1NodeStatusFluent.setNewImageLike
(Integer index, io.kubernetes.client.openapi.models.V1ContainerImage item) V1NodeStatusFluentImpl.setNewImageLike
(Integer index, io.kubernetes.client.openapi.models.V1ContainerImage item)