Uses of Class
io.fabric8.openshift.api.model.ImageSource
| Package | Description |
|---|---|
| io.fabric8.openshift.api.model |
-
Uses of ImageSource in io.fabric8.openshift.api.model
Methods in io.fabric8.openshift.api.model that return ImageSource Modifier and Type Method Description ImageSourceImageSourceBuilder. build()ImageSourceBuildSourceFluent. buildFirstImage()ImageSourceBuildSourceFluentImpl. buildFirstImage()ImageSourceBuildSourceFluent. buildImage(int index)ImageSourceBuildSourceFluentImpl. buildImage(int index)ImageSourceBuildSourceFluent. buildLastImage()ImageSourceBuildSourceFluentImpl. buildLastImage()ImageSourceBuildSourceFluent. buildMatchingImage(io.fabric8.kubernetes.api.builder.Predicate<ImageSourceBuilder> predicate)ImageSourceBuildSourceFluentImpl. buildMatchingImage(io.fabric8.kubernetes.api.builder.Predicate<ImageSourceBuilder> predicate)ImageSourceDoneableImageSource. done()Methods in io.fabric8.openshift.api.model that return types with arguments of type ImageSource Modifier and Type Method Description List<ImageSource>BuildSourceFluent. buildImages()List<ImageSource>BuildSourceFluentImpl. buildImages()List<ImageSource>BuildSource. getImages()List<ImageSource>BuildSourceFluent. getImages()Deprecated.List<ImageSource>BuildSourceFluentImpl. getImages()Deprecated.Methods in io.fabric8.openshift.api.model with parameters of type ImageSource Modifier and Type Method Description BuildSourceFluent.ImagesNested<A>BuildSourceFluent. addNewImageLike(ImageSource item)BuildSourceFluent.ImagesNested<A>BuildSourceFluentImpl. addNewImageLike(ImageSource item)ABuildSourceFluent. addToImages(int index, ImageSource item)ABuildSourceFluent. addToImages(ImageSource... items)ABuildSourceFluentImpl. addToImages(int index, ImageSource item)ABuildSourceFluentImpl. addToImages(ImageSource... items)ABuildSourceFluent. removeFromImages(ImageSource... items)ABuildSourceFluentImpl. removeFromImages(ImageSource... items)BuildSourceFluent.ImagesNested<A>BuildSourceFluent. setNewImageLike(int index, ImageSource item)BuildSourceFluent.ImagesNested<A>BuildSourceFluentImpl. setNewImageLike(int index, ImageSource item)ABuildSourceFluent. setToImages(int index, ImageSource item)ABuildSourceFluentImpl. setToImages(int index, ImageSource item)ABuildSourceFluent. withImages(ImageSource... images)ABuildSourceFluentImpl. withImages(ImageSource... images)Method parameters in io.fabric8.openshift.api.model with type arguments of type ImageSource Modifier and Type Method Description ABuildSourceFluent. addAllToImages(Collection<ImageSource> items)ABuildSourceFluentImpl. addAllToImages(Collection<ImageSource> items)ABuildSourceFluent. removeAllFromImages(Collection<ImageSource> items)ABuildSourceFluentImpl. removeAllFromImages(Collection<ImageSource> items)voidBuildSource. setImages(List<ImageSource> images)ABuildSourceFluent. withImages(List<ImageSource> images)ABuildSourceFluentImpl. withImages(List<ImageSource> images)Constructors in io.fabric8.openshift.api.model with parameters of type ImageSource Constructor Description DoneableImageSource(ImageSource item)DoneableImageSource(ImageSource item, io.fabric8.kubernetes.api.builder.Function<ImageSource,ImageSource> function)ImageSourceBuilder(ImageSource instance)ImageSourceBuilder(ImageSourceFluent<?> fluent, ImageSource instance)ImageSourceBuilder(ImageSourceFluent<?> fluent, ImageSource instance, Boolean validationEnabled)ImageSourceBuilder(ImageSource instance, Boolean validationEnabled)ImageSourceFluentImpl(ImageSource instance)Constructor parameters in io.fabric8.openshift.api.model with type arguments of type ImageSource Constructor Description DoneableImageSource(io.fabric8.kubernetes.api.builder.Function<ImageSource,ImageSource> function)DoneableImageSource(io.fabric8.kubernetes.api.builder.Function<ImageSource,ImageSource> function)DoneableImageSource(ImageSource item, io.fabric8.kubernetes.api.builder.Function<ImageSource,ImageSource> function)DoneableImageSource(ImageSource item, io.fabric8.kubernetes.api.builder.Function<ImageSource,ImageSource> function)