Uses of Class
io.fabric8.openshift.api.model.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()ImageImportStatusImageStreamImportStatusFluentImpl. buildFirstImage()ImageImportStatusRepositoryImportStatusFluent. buildFirstImage()ImageImportStatusRepositoryImportStatusFluentImpl. buildFirstImage()ImageImportStatusImageStreamImportStatusFluent. buildImage(int index)ImageImportStatusImageStreamImportStatusFluentImpl. buildImage(int index)ImageImportStatusRepositoryImportStatusFluent. buildImage(int index)ImageImportStatusRepositoryImportStatusFluentImpl. buildImage(int index)ImageImportStatusImageStreamImportStatusFluent. buildLastImage()ImageImportStatusImageStreamImportStatusFluentImpl. buildLastImage()ImageImportStatusRepositoryImportStatusFluent. buildLastImage()ImageImportStatusRepositoryImportStatusFluentImpl. buildLastImage()ImageImportStatusImageStreamImportStatusFluent. buildMatchingImage(io.fabric8.kubernetes.api.builder.Predicate<ImageImportStatusBuilder> predicate)ImageImportStatusImageStreamImportStatusFluentImpl. buildMatchingImage(io.fabric8.kubernetes.api.builder.Predicate<ImageImportStatusBuilder> predicate)ImageImportStatusRepositoryImportStatusFluent. buildMatchingImage(io.fabric8.kubernetes.api.builder.Predicate<ImageImportStatusBuilder> predicate)ImageImportStatusRepositoryImportStatusFluentImpl. buildMatchingImage(io.fabric8.kubernetes.api.builder.Predicate<ImageImportStatusBuilder> predicate)ImageImportStatusDoneableImageImportStatus. done()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>ImageStreamImportStatusFluentImpl. buildImages()List<ImageImportStatus>RepositoryImportStatusFluent. buildImages()List<ImageImportStatus>RepositoryImportStatusFluentImpl. buildImages()List<ImageImportStatus>ImageStreamImportStatus. getImages()List<ImageImportStatus>ImageStreamImportStatusFluent. getImages()Deprecated.List<ImageImportStatus>ImageStreamImportStatusFluentImpl. getImages()Deprecated.List<ImageImportStatus>RepositoryImportStatus. getImages()List<ImageImportStatus>RepositoryImportStatusFluent. getImages()Deprecated.List<ImageImportStatus>RepositoryImportStatusFluentImpl. getImages()Deprecated.Methods in io.fabric8.openshift.api.model with parameters of type ImageImportStatus Modifier and Type Method Description ImageStreamImportStatusFluent.ImagesNested<A>ImageStreamImportStatusFluent. addNewImageLike(ImageImportStatus item)ImageStreamImportStatusFluent.ImagesNested<A>ImageStreamImportStatusFluentImpl. addNewImageLike(ImageImportStatus item)RepositoryImportStatusFluent.ImagesNested<A>RepositoryImportStatusFluent. addNewImageLike(ImageImportStatus item)RepositoryImportStatusFluent.ImagesNested<A>RepositoryImportStatusFluentImpl. addNewImageLike(ImageImportStatus item)AImageStreamImportStatusFluent. addToImages(int index, ImageImportStatus item)AImageStreamImportStatusFluent. addToImages(ImageImportStatus... items)AImageStreamImportStatusFluentImpl. addToImages(int index, ImageImportStatus item)AImageStreamImportStatusFluentImpl. addToImages(ImageImportStatus... items)ARepositoryImportStatusFluent. addToImages(int index, ImageImportStatus item)ARepositoryImportStatusFluent. addToImages(ImageImportStatus... items)ARepositoryImportStatusFluentImpl. addToImages(int index, ImageImportStatus item)ARepositoryImportStatusFluentImpl. addToImages(ImageImportStatus... items)AImageStreamImportStatusFluent. removeFromImages(ImageImportStatus... items)AImageStreamImportStatusFluentImpl. removeFromImages(ImageImportStatus... items)ARepositoryImportStatusFluent. removeFromImages(ImageImportStatus... items)ARepositoryImportStatusFluentImpl. removeFromImages(ImageImportStatus... items)ImageStreamImportStatusFluent.ImagesNested<A>ImageStreamImportStatusFluent. setNewImageLike(int index, ImageImportStatus item)ImageStreamImportStatusFluent.ImagesNested<A>ImageStreamImportStatusFluentImpl. setNewImageLike(int index, ImageImportStatus item)RepositoryImportStatusFluent.ImagesNested<A>RepositoryImportStatusFluent. setNewImageLike(int index, ImageImportStatus item)RepositoryImportStatusFluent.ImagesNested<A>RepositoryImportStatusFluentImpl. setNewImageLike(int index, ImageImportStatus item)AImageStreamImportStatusFluent. setToImages(int index, ImageImportStatus item)AImageStreamImportStatusFluentImpl. setToImages(int index, ImageImportStatus item)ARepositoryImportStatusFluent. setToImages(int index, ImageImportStatus item)ARepositoryImportStatusFluentImpl. setToImages(int index, ImageImportStatus item)AImageStreamImportStatusFluent. withImages(ImageImportStatus... images)AImageStreamImportStatusFluentImpl. withImages(ImageImportStatus... images)ARepositoryImportStatusFluent. withImages(ImageImportStatus... images)ARepositoryImportStatusFluentImpl. 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)AImageStreamImportStatusFluentImpl. addAllToImages(Collection<ImageImportStatus> items)ARepositoryImportStatusFluent. addAllToImages(Collection<ImageImportStatus> items)ARepositoryImportStatusFluentImpl. addAllToImages(Collection<ImageImportStatus> items)AImageStreamImportStatusFluent. removeAllFromImages(Collection<ImageImportStatus> items)AImageStreamImportStatusFluentImpl. removeAllFromImages(Collection<ImageImportStatus> items)ARepositoryImportStatusFluent. removeAllFromImages(Collection<ImageImportStatus> items)ARepositoryImportStatusFluentImpl. removeAllFromImages(Collection<ImageImportStatus> items)voidImageStreamImportStatus. setImages(List<ImageImportStatus> images)voidRepositoryImportStatus. setImages(List<ImageImportStatus> images)AImageStreamImportStatusFluent. withImages(List<ImageImportStatus> images)AImageStreamImportStatusFluentImpl. withImages(List<ImageImportStatus> images)ARepositoryImportStatusFluent. withImages(List<ImageImportStatus> images)ARepositoryImportStatusFluentImpl. withImages(List<ImageImportStatus> images)Constructors in io.fabric8.openshift.api.model with parameters of type ImageImportStatus Constructor Description DoneableImageImportStatus(ImageImportStatus item)DoneableImageImportStatus(ImageImportStatus item, io.fabric8.kubernetes.api.builder.Function<ImageImportStatus,ImageImportStatus> function)ImageImportStatusBuilder(ImageImportStatus instance)ImageImportStatusBuilder(ImageImportStatusFluent<?> fluent, ImageImportStatus instance)ImageImportStatusBuilder(ImageImportStatusFluent<?> fluent, ImageImportStatus instance, Boolean validationEnabled)ImageImportStatusBuilder(ImageImportStatus instance, Boolean validationEnabled)ImageImportStatusFluentImpl(ImageImportStatus instance)Constructor parameters in io.fabric8.openshift.api.model with type arguments of type ImageImportStatus Constructor Description DoneableImageImportStatus(io.fabric8.kubernetes.api.builder.Function<ImageImportStatus,ImageImportStatus> function)DoneableImageImportStatus(io.fabric8.kubernetes.api.builder.Function<ImageImportStatus,ImageImportStatus> function)DoneableImageImportStatus(ImageImportStatus item, io.fabric8.kubernetes.api.builder.Function<ImageImportStatus,ImageImportStatus> function)DoneableImageImportStatus(ImageImportStatus item, io.fabric8.kubernetes.api.builder.Function<ImageImportStatus,ImageImportStatus> function)ImageStreamImportStatus(List<ImageImportStatus> images, ImageStream _import, RepositoryImportStatus repository)