Uses of Class
io.fabric8.openshift.api.model.NamedTagEventList
-
Packages that use NamedTagEventList Package Description io.fabric8.openshift.api.model -
-
Uses of NamedTagEventList in io.fabric8.openshift.api.model
Methods in io.fabric8.openshift.api.model that return NamedTagEventList Modifier and Type Method Description NamedTagEventListNamedTagEventListBuilder. build()NamedTagEventListImageStreamStatusFluent. buildFirstTag()NamedTagEventListImageStreamStatusFluent. buildLastTag()NamedTagEventListImageStreamStatusFluent. buildMatchingTag(Predicate<NamedTagEventListBuilder> predicate)NamedTagEventListImageTagFluent. buildStatus()NamedTagEventListImageStreamStatusFluent. buildTag(int index)NamedTagEventListImageTag. getStatus()ImageTag represents a single tag within an image stream and includes the spec, the status history, and the currently referenced image (if any) of the provided tag.Methods in io.fabric8.openshift.api.model that return types with arguments of type NamedTagEventList Modifier and Type Method Description List<NamedTagEventList>ImageStreamStatusFluent. buildTags()List<NamedTagEventList>ImageStreamStatus. getTags()tags are a historical record of images associated with each tag.Methods in io.fabric8.openshift.api.model with parameters of type NamedTagEventList Modifier and Type Method Description ImageStreamStatusFluent.TagsNested<A>ImageStreamStatusFluent. addNewTagLike(NamedTagEventList item)AImageStreamStatusFluent. addToTags(int index, NamedTagEventList item)AImageStreamStatusFluent. addToTags(NamedTagEventList... items)protected voidNamedTagEventListFluent. copyInstance(NamedTagEventList instance)ImageTagFluent.StatusNested<A>ImageTagFluent. editOrNewStatusLike(NamedTagEventList item)AImageStreamStatusFluent. removeFromTags(NamedTagEventList... items)ImageStreamStatusFluent.TagsNested<A>ImageStreamStatusFluent. setNewTagLike(int index, NamedTagEventList item)voidImageTag. setStatus(NamedTagEventList status)ImageTag represents a single tag within an image stream and includes the spec, the status history, and the currently referenced image (if any) of the provided tag.AImageStreamStatusFluent. setToTags(int index, NamedTagEventList item)ImageTagFluent.StatusNested<A>ImageTagFluent. withNewStatusLike(NamedTagEventList item)AImageTagFluent. withStatus(NamedTagEventList status)AImageStreamStatusFluent. withTags(NamedTagEventList... tags)Method parameters in io.fabric8.openshift.api.model with type arguments of type NamedTagEventList Modifier and Type Method Description AImageStreamStatusFluent. addAllToTags(Collection<NamedTagEventList> items)AImageStreamStatusFluent. removeAllFromTags(Collection<NamedTagEventList> items)voidImageStreamStatus. setTags(List<NamedTagEventList> tags)tags are a historical record of images associated with each tag.AImageStreamStatusFluent. withTags(List<NamedTagEventList> tags)Constructors in io.fabric8.openshift.api.model with parameters of type NamedTagEventList Constructor Description ImageTag(String apiVersion, Image image, String kind, io.fabric8.kubernetes.api.model.ObjectMeta metadata, TagReference spec, NamedTagEventList status)NamedTagEventListBuilder(NamedTagEventList instance)NamedTagEventListBuilder(NamedTagEventListFluent<?> fluent, NamedTagEventList instance)NamedTagEventListFluent(NamedTagEventList instance)Constructor parameters in io.fabric8.openshift.api.model with type arguments of type NamedTagEventList Constructor Description ImageStreamStatus(String dockerImageRepository, String publicDockerImageRepository, List<NamedTagEventList> tags)
-