Uses of Class
io.fabric8.openshift.api.model.ImageStreamImportSpecFluent.ImagesNested
-
Packages that use ImageStreamImportSpecFluent.ImagesNested Package Description io.fabric8.openshift.api.model -
-
Uses of ImageStreamImportSpecFluent.ImagesNested in io.fabric8.openshift.api.model
Methods in io.fabric8.openshift.api.model that return ImageStreamImportSpecFluent.ImagesNested Modifier and Type Method Description ImageStreamImportSpecFluent.ImagesNested<A>ImageStreamImportSpecFluent. addNewImage()ImageStreamImportSpecFluent.ImagesNested<A>ImageStreamImportSpecFluent. addNewImageLike(ImageImportSpec item)ImageStreamImportSpecFluent.ImagesNested<A>ImageStreamImportSpecFluent. editFirstImage()ImageStreamImportSpecFluent.ImagesNested<A>ImageStreamImportSpecFluent. editImage(int index)ImageStreamImportSpecFluent.ImagesNested<A>ImageStreamImportSpecFluent. editLastImage()ImageStreamImportSpecFluent.ImagesNested<A>ImageStreamImportSpecFluent. editMatchingImage(Predicate<ImageImportSpecBuilder> predicate)ImageStreamImportSpecFluent.ImagesNested<A>ImageStreamImportSpecFluent. setNewImageLike(int index, ImageImportSpec item)
-