Uses of Class
io.fabric8.openshift.api.model.config.v1.Image
-
Packages that use Image Package Description io.fabric8.openshift.api.model.config.v1 -
-
Uses of Image in io.fabric8.openshift.api.model.config.v1
Methods in io.fabric8.openshift.api.model.config.v1 that return Image Modifier and Type Method Description ImageImageBuilder. build()ImageImageListFluent. buildFirstItem()ImageImageListFluent. buildItem(int index)ImageImageListFluent. buildLastItem()ImageImageListFluent. buildMatchingItem(Predicate<ImageBuilder> predicate)Methods in io.fabric8.openshift.api.model.config.v1 that return types with arguments of type Image Modifier and Type Method Description List<Image>ImageListFluent. buildItems()List<Image>ImageList. getItems()Compatibility level 1: Stable within a major release for a minimum of 12 months or 3 minor releases (whichever is longer).Methods in io.fabric8.openshift.api.model.config.v1 with parameters of type Image Modifier and Type Method Description ImageListFluent.ItemsNested<A>ImageListFluent. addNewItemLike(Image item)AImageListFluent. addToItems(int index, Image item)AImageListFluent. addToItems(Image... items)protected voidImageFluent. copyInstance(Image instance)AImageListFluent. removeFromItems(Image... items)ImageListFluent.ItemsNested<A>ImageListFluent. setNewItemLike(int index, Image item)AImageListFluent. setToItems(int index, Image item)AImageListFluent. withItems(Image... items)Method parameters in io.fabric8.openshift.api.model.config.v1 with type arguments of type Image Modifier and Type Method Description AImageListFluent. addAllToItems(Collection<Image> items)AImageListFluent. removeAllFromItems(Collection<Image> items)voidImageList. setItems(List<Image> items)Compatibility level 1: Stable within a major release for a minimum of 12 months or 3 minor releases (whichever is longer).AImageListFluent. withItems(List<Image> items)Constructors in io.fabric8.openshift.api.model.config.v1 with parameters of type Image Constructor Description ImageBuilder(Image instance)ImageBuilder(ImageFluent<?> fluent, Image instance)ImageFluent(Image instance)Constructor parameters in io.fabric8.openshift.api.model.config.v1 with type arguments of type Image Constructor Description ImageList(String apiVersion, List<Image> items, String kind, io.fabric8.kubernetes.api.model.ListMeta metadata)
-