Uses of Class
io.fabric8.openshift.api.model.ImageImportStatus
-
Packages that use ImageImportStatus Package Description io.fabric8.openshift.api.model -
-
Uses of ImageImportStatus in io.fabric8.openshift.api.model
Methods in io.fabric8.openshift.api.model that return ImageImportStatus Modifier and Type Method Description ImageImportStatusImageImportStatusBuilder. build()ImageImportStatusImageStreamImportStatusFluent. buildFirstImage()ImageImportStatusRepositoryImportStatusFluent. buildFirstImage()ImageImportStatusImageStreamImportStatusFluent. buildImage(int index)ImageImportStatusRepositoryImportStatusFluent. buildImage(int index)ImageImportStatusImageStreamImportStatusFluent. buildLastImage()ImageImportStatusRepositoryImportStatusFluent. buildLastImage()ImageImportStatusImageStreamImportStatusFluent. buildMatchingImage(Predicate<ImageImportStatusBuilder> predicate)ImageImportStatusRepositoryImportStatusFluent. buildMatchingImage(Predicate<ImageImportStatusBuilder> predicate)Methods in io.fabric8.openshift.api.model that return types with arguments of type ImageImportStatus Modifier and Type Method Description List<ImageImportStatus>ImageStreamImportStatusFluent. buildImages()List<ImageImportStatus>RepositoryImportStatusFluent. buildImages()List<ImageImportStatus>ImageStreamImportStatus. getImages()images is set with the result of importing spec.imagesList<ImageImportStatus>RepositoryImportStatus. getImages()images is a list of images successfully retrieved by the import of the repository.Methods in io.fabric8.openshift.api.model with parameters of type ImageImportStatus Modifier and Type Method Description ImageStreamImportStatusFluent.ImagesNested<A>ImageStreamImportStatusFluent. addNewImageLike(ImageImportStatus item)RepositoryImportStatusFluent.ImagesNested<A>RepositoryImportStatusFluent. addNewImageLike(ImageImportStatus item)AImageStreamImportStatusFluent. addToImages(int index, ImageImportStatus item)AImageStreamImportStatusFluent. addToImages(ImageImportStatus... items)ARepositoryImportStatusFluent. addToImages(int index, ImageImportStatus item)ARepositoryImportStatusFluent. addToImages(ImageImportStatus... items)protected voidImageImportStatusFluent. copyInstance(ImageImportStatus instance)AImageStreamImportStatusFluent. removeFromImages(ImageImportStatus... items)ARepositoryImportStatusFluent. removeFromImages(ImageImportStatus... items)ImageStreamImportStatusFluent.ImagesNested<A>ImageStreamImportStatusFluent. setNewImageLike(int index, ImageImportStatus item)RepositoryImportStatusFluent.ImagesNested<A>RepositoryImportStatusFluent. setNewImageLike(int index, ImageImportStatus item)AImageStreamImportStatusFluent. setToImages(int index, ImageImportStatus item)ARepositoryImportStatusFluent. setToImages(int index, ImageImportStatus item)AImageStreamImportStatusFluent. withImages(ImageImportStatus... images)ARepositoryImportStatusFluent. withImages(ImageImportStatus... images)Method parameters in io.fabric8.openshift.api.model with type arguments of type ImageImportStatus Modifier and Type Method Description AImageStreamImportStatusFluent. addAllToImages(Collection<ImageImportStatus> items)ARepositoryImportStatusFluent. addAllToImages(Collection<ImageImportStatus> items)AImageStreamImportStatusFluent. removeAllFromImages(Collection<ImageImportStatus> items)ARepositoryImportStatusFluent. removeAllFromImages(Collection<ImageImportStatus> items)voidImageStreamImportStatus. setImages(List<ImageImportStatus> images)images is set with the result of importing spec.imagesvoidRepositoryImportStatus. setImages(List<ImageImportStatus> images)images is a list of images successfully retrieved by the import of the repository.AImageStreamImportStatusFluent. withImages(List<ImageImportStatus> images)ARepositoryImportStatusFluent. withImages(List<ImageImportStatus> images)Constructors in io.fabric8.openshift.api.model with parameters of type ImageImportStatus Constructor Description ImageImportStatusBuilder(ImageImportStatus instance)ImageImportStatusBuilder(ImageImportStatusFluent<?> fluent, ImageImportStatus instance)ImageImportStatusFluent(ImageImportStatus instance)Constructor parameters in io.fabric8.openshift.api.model with type arguments of type ImageImportStatus Constructor Description ImageStreamImportStatus(List<ImageImportStatus> images, ImageStream _import, RepositoryImportStatus repository)
-