Uses of Class
io.fabric8.openshift.api.model.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()ImageImportSpecImageStreamImportSpecFluentImpl. buildFirstImage()ImageImportSpecImageStreamImportSpecFluent. buildImage(int index)ImageImportSpecImageStreamImportSpecFluentImpl. buildImage(int index)ImageImportSpecImageStreamImportSpecFluent. buildLastImage()ImageImportSpecImageStreamImportSpecFluentImpl. buildLastImage()ImageImportSpecImageStreamImportSpecFluent. buildMatchingImage(io.fabric8.kubernetes.api.builder.Predicate<ImageImportSpecBuilder> predicate)ImageImportSpecImageStreamImportSpecFluentImpl. buildMatchingImage(io.fabric8.kubernetes.api.builder.Predicate<ImageImportSpecBuilder> predicate)ImageImportSpecDoneableImageImportSpec. done()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>ImageStreamImportSpecFluentImpl. buildImages()List<ImageImportSpec>ImageStreamImportSpec. getImages()List<ImageImportSpec>ImageStreamImportSpecFluent. getImages()Deprecated.List<ImageImportSpec>ImageStreamImportSpecFluentImpl. getImages()Deprecated.Methods in io.fabric8.openshift.api.model with parameters of type ImageImportSpec Modifier and Type Method Description ImageStreamImportSpecFluent.ImagesNested<A>ImageStreamImportSpecFluent. addNewImageLike(ImageImportSpec item)ImageStreamImportSpecFluent.ImagesNested<A>ImageStreamImportSpecFluentImpl. addNewImageLike(ImageImportSpec item)AImageStreamImportSpecFluent. addToImages(int index, ImageImportSpec item)AImageStreamImportSpecFluent. addToImages(ImageImportSpec... items)AImageStreamImportSpecFluentImpl. addToImages(int index, ImageImportSpec item)AImageStreamImportSpecFluentImpl. addToImages(ImageImportSpec... items)AImageStreamImportSpecFluent. removeFromImages(ImageImportSpec... items)AImageStreamImportSpecFluentImpl. removeFromImages(ImageImportSpec... items)ImageStreamImportSpecFluent.ImagesNested<A>ImageStreamImportSpecFluent. setNewImageLike(int index, ImageImportSpec item)ImageStreamImportSpecFluent.ImagesNested<A>ImageStreamImportSpecFluentImpl. setNewImageLike(int index, ImageImportSpec item)AImageStreamImportSpecFluent. setToImages(int index, ImageImportSpec item)AImageStreamImportSpecFluentImpl. setToImages(int index, ImageImportSpec item)AImageStreamImportSpecFluent. withImages(ImageImportSpec... images)AImageStreamImportSpecFluentImpl. 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)AImageStreamImportSpecFluentImpl. addAllToImages(Collection<ImageImportSpec> items)AImageStreamImportSpecFluent. removeAllFromImages(Collection<ImageImportSpec> items)AImageStreamImportSpecFluentImpl. removeAllFromImages(Collection<ImageImportSpec> items)voidImageStreamImportSpec. setImages(List<ImageImportSpec> images)AImageStreamImportSpecFluent. withImages(List<ImageImportSpec> images)AImageStreamImportSpecFluentImpl. withImages(List<ImageImportSpec> images)Constructors in io.fabric8.openshift.api.model with parameters of type ImageImportSpec Constructor Description DoneableImageImportSpec(ImageImportSpec item)DoneableImageImportSpec(ImageImportSpec item, io.fabric8.kubernetes.api.builder.Function<ImageImportSpec,ImageImportSpec> function)ImageImportSpecBuilder(ImageImportSpec instance)ImageImportSpecBuilder(ImageImportSpecFluent<?> fluent, ImageImportSpec instance)ImageImportSpecBuilder(ImageImportSpecFluent<?> fluent, ImageImportSpec instance, Boolean validationEnabled)ImageImportSpecBuilder(ImageImportSpec instance, Boolean validationEnabled)ImageImportSpecFluentImpl(ImageImportSpec instance)Constructor parameters in io.fabric8.openshift.api.model with type arguments of type ImageImportSpec Constructor Description DoneableImageImportSpec(io.fabric8.kubernetes.api.builder.Function<ImageImportSpec,ImageImportSpec> function)DoneableImageImportSpec(io.fabric8.kubernetes.api.builder.Function<ImageImportSpec,ImageImportSpec> function)DoneableImageImportSpec(ImageImportSpec item, io.fabric8.kubernetes.api.builder.Function<ImageImportSpec,ImageImportSpec> function)DoneableImageImportSpec(ImageImportSpec item, io.fabric8.kubernetes.api.builder.Function<ImageImportSpec,ImageImportSpec> function)ImageStreamImportSpec(List<ImageImportSpec> images, Boolean _import, RepositoryImportSpec repository)