Uses of Class
io.fabric8.openshift.api.model.TagImageHook
-
Packages that use TagImageHook Package Description io.fabric8.openshift.api.model -
-
Uses of TagImageHook in io.fabric8.openshift.api.model
Methods in io.fabric8.openshift.api.model that return TagImageHook Modifier and Type Method Description TagImageHookTagImageHookBuilder. build()TagImageHookLifecycleHookFluent. buildFirstTagImage()TagImageHookLifecycleHookFluent. buildLastTagImage()TagImageHookLifecycleHookFluent. buildMatchingTagImage(Predicate<TagImageHookBuilder> predicate)TagImageHookLifecycleHookFluent. buildTagImage(int index)Methods in io.fabric8.openshift.api.model that return types with arguments of type TagImageHook Modifier and Type Method Description List<TagImageHook>LifecycleHookFluent. buildTagImages()List<TagImageHook>LifecycleHook. getTagImages()tagImages instructs the deployer to tag the current image referenced under a container onto an image stream tag.Methods in io.fabric8.openshift.api.model with parameters of type TagImageHook Modifier and Type Method Description LifecycleHookFluent.TagImagesNested<A>LifecycleHookFluent. addNewTagImageLike(TagImageHook item)ALifecycleHookFluent. addToTagImages(int index, TagImageHook item)ALifecycleHookFluent. addToTagImages(TagImageHook... items)protected voidTagImageHookFluent. copyInstance(TagImageHook instance)ALifecycleHookFluent. removeFromTagImages(TagImageHook... items)LifecycleHookFluent.TagImagesNested<A>LifecycleHookFluent. setNewTagImageLike(int index, TagImageHook item)ALifecycleHookFluent. setToTagImages(int index, TagImageHook item)ALifecycleHookFluent. withTagImages(TagImageHook... tagImages)Method parameters in io.fabric8.openshift.api.model with type arguments of type TagImageHook Modifier and Type Method Description ALifecycleHookFluent. addAllToTagImages(Collection<TagImageHook> items)ALifecycleHookFluent. removeAllFromTagImages(Collection<TagImageHook> items)voidLifecycleHook. setTagImages(List<TagImageHook> tagImages)tagImages instructs the deployer to tag the current image referenced under a container onto an image stream tag.ALifecycleHookFluent. withTagImages(List<TagImageHook> tagImages)Constructors in io.fabric8.openshift.api.model with parameters of type TagImageHook Constructor Description TagImageHookBuilder(TagImageHook instance)TagImageHookBuilder(TagImageHookFluent<?> fluent, TagImageHook instance)TagImageHookFluent(TagImageHook instance)Constructor parameters in io.fabric8.openshift.api.model with type arguments of type TagImageHook Constructor Description LifecycleHook(ExecNewPodHook execNewPod, String failurePolicy, List<TagImageHook> tagImages)
-