Uses of Class
io.fabric8.openshift.api.model.ImageImportSpec
-
Packages that use ImageImportSpec Package Description io.fabric8.openshift.api.model -
-
Uses of ImageImportSpec in io.fabric8.openshift.api.model
Methods in io.fabric8.openshift.api.model that return ImageImportSpec Modifier and Type Method Description ImageImportSpecImageImportSpecBuilder. build()ImageImportSpecImageStreamImportSpecFluent. buildFirstImage()ImageImportSpecImageStreamImportSpecFluent. buildImage(int index)ImageImportSpecImageStreamImportSpecFluent. buildLastImage()ImageImportSpecImageStreamImportSpecFluent. buildMatchingImage(Predicate<ImageImportSpecBuilder> predicate)Methods in io.fabric8.openshift.api.model that return types with arguments of type ImageImportSpec Modifier and Type Method Description List<ImageImportSpec>ImageStreamImportSpecFluent. buildImages()List<ImageImportSpec>ImageStreamImportSpec. getImages()images are a list of individual images to import.Methods in io.fabric8.openshift.api.model with parameters of type ImageImportSpec Modifier and Type Method Description ImageStreamImportSpecFluent.ImagesNested<A>ImageStreamImportSpecFluent. addNewImageLike(ImageImportSpec item)AImageStreamImportSpecFluent. addToImages(int index, ImageImportSpec item)AImageStreamImportSpecFluent. addToImages(ImageImportSpec... items)protected voidImageImportSpecFluent. copyInstance(ImageImportSpec instance)AImageStreamImportSpecFluent. removeFromImages(ImageImportSpec... items)ImageStreamImportSpecFluent.ImagesNested<A>ImageStreamImportSpecFluent. setNewImageLike(int index, ImageImportSpec item)AImageStreamImportSpecFluent. setToImages(int index, ImageImportSpec item)AImageStreamImportSpecFluent. withImages(ImageImportSpec... images)Method parameters in io.fabric8.openshift.api.model with type arguments of type ImageImportSpec Modifier and Type Method Description AImageStreamImportSpecFluent. addAllToImages(Collection<ImageImportSpec> items)AImageStreamImportSpecFluent. removeAllFromImages(Collection<ImageImportSpec> items)voidImageStreamImportSpec. setImages(List<ImageImportSpec> images)images are a list of individual images to import.AImageStreamImportSpecFluent. withImages(List<ImageImportSpec> images)Constructors in io.fabric8.openshift.api.model with parameters of type ImageImportSpec Constructor Description ImageImportSpecBuilder(ImageImportSpec instance)ImageImportSpecBuilder(ImageImportSpecFluent<?> fluent, ImageImportSpec instance)ImageImportSpecFluent(ImageImportSpec instance)Constructor parameters in io.fabric8.openshift.api.model with type arguments of type ImageImportSpec Constructor Description ImageStreamImportSpec(List<ImageImportSpec> images, Boolean _import, RepositoryImportSpec repository)
-