Uses of Class
io.fabric8.openshift.api.model.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()NamedTagEventListImageStreamStatusFluentImpl. buildFirstTag()NamedTagEventListImageStreamStatusFluent. buildLastTag()NamedTagEventListImageStreamStatusFluentImpl. buildLastTag()NamedTagEventListImageStreamStatusFluent. buildMatchingTag(io.fabric8.kubernetes.api.builder.Predicate<NamedTagEventListBuilder> predicate)NamedTagEventListImageStreamStatusFluentImpl. buildMatchingTag(io.fabric8.kubernetes.api.builder.Predicate<NamedTagEventListBuilder> predicate)NamedTagEventListImageStreamStatusFluent. buildTag(int index)NamedTagEventListImageStreamStatusFluentImpl. buildTag(int index)NamedTagEventListDoneableNamedTagEventList. done()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>ImageStreamStatusFluentImpl. buildTags()List<NamedTagEventList>ImageStreamStatus. getTags()List<NamedTagEventList>ImageStreamStatusFluent. getTags()Deprecated.List<NamedTagEventList>ImageStreamStatusFluentImpl. getTags()Deprecated.Methods in io.fabric8.openshift.api.model with parameters of type NamedTagEventList Modifier and Type Method Description ImageStreamStatusFluent.TagsNested<A>ImageStreamStatusFluent. addNewTagLike(NamedTagEventList item)ImageStreamStatusFluent.TagsNested<A>ImageStreamStatusFluentImpl. addNewTagLike(NamedTagEventList item)AImageStreamStatusFluent. addToTags(int index, NamedTagEventList item)AImageStreamStatusFluent. addToTags(NamedTagEventList... items)AImageStreamStatusFluentImpl. addToTags(int index, NamedTagEventList item)AImageStreamStatusFluentImpl. addToTags(NamedTagEventList... items)AImageStreamStatusFluent. removeFromTags(NamedTagEventList... items)AImageStreamStatusFluentImpl. removeFromTags(NamedTagEventList... items)ImageStreamStatusFluent.TagsNested<A>ImageStreamStatusFluent. setNewTagLike(int index, NamedTagEventList item)ImageStreamStatusFluent.TagsNested<A>ImageStreamStatusFluentImpl. setNewTagLike(int index, NamedTagEventList item)AImageStreamStatusFluent. setToTags(int index, NamedTagEventList item)AImageStreamStatusFluentImpl. setToTags(int index, NamedTagEventList item)AImageStreamStatusFluent. withTags(NamedTagEventList... tags)AImageStreamStatusFluentImpl. 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)AImageStreamStatusFluentImpl. addAllToTags(Collection<NamedTagEventList> items)AImageStreamStatusFluent. removeAllFromTags(Collection<NamedTagEventList> items)AImageStreamStatusFluentImpl. removeAllFromTags(Collection<NamedTagEventList> items)voidImageStreamStatus. setTags(List<NamedTagEventList> tags)AImageStreamStatusFluent. withTags(List<NamedTagEventList> tags)AImageStreamStatusFluentImpl. withTags(List<NamedTagEventList> tags)Constructors in io.fabric8.openshift.api.model with parameters of type NamedTagEventList Constructor Description DoneableNamedTagEventList(NamedTagEventList item)DoneableNamedTagEventList(NamedTagEventList item, io.fabric8.kubernetes.api.builder.Function<NamedTagEventList,NamedTagEventList> function)NamedTagEventListBuilder(NamedTagEventList instance)NamedTagEventListBuilder(NamedTagEventListFluent<?> fluent, NamedTagEventList instance)NamedTagEventListBuilder(NamedTagEventListFluent<?> fluent, NamedTagEventList instance, Boolean validationEnabled)NamedTagEventListBuilder(NamedTagEventList instance, Boolean validationEnabled)NamedTagEventListFluentImpl(NamedTagEventList instance)Constructor parameters in io.fabric8.openshift.api.model with type arguments of type NamedTagEventList Constructor Description DoneableNamedTagEventList(io.fabric8.kubernetes.api.builder.Function<NamedTagEventList,NamedTagEventList> function)DoneableNamedTagEventList(io.fabric8.kubernetes.api.builder.Function<NamedTagEventList,NamedTagEventList> function)DoneableNamedTagEventList(NamedTagEventList item, io.fabric8.kubernetes.api.builder.Function<NamedTagEventList,NamedTagEventList> function)DoneableNamedTagEventList(NamedTagEventList item, io.fabric8.kubernetes.api.builder.Function<NamedTagEventList,NamedTagEventList> function)ImageStreamStatus(String dockerImageRepository, String publicDockerImageRepository, List<NamedTagEventList> tags)