Uses of Class
io.fabric8.openshift.api.model.TagEventCondition
-
Packages that use TagEventCondition Package Description io.fabric8.openshift.api.model -
-
Uses of TagEventCondition in io.fabric8.openshift.api.model
Methods in io.fabric8.openshift.api.model that return TagEventCondition Modifier and Type Method Description TagEventConditionTagEventConditionBuilder. build()TagEventConditionImageStreamTagFluent. buildCondition(int index)TagEventConditionNamedTagEventListFluent. buildCondition(int index)TagEventConditionImageStreamTagFluent. buildFirstCondition()TagEventConditionNamedTagEventListFluent. buildFirstCondition()TagEventConditionImageStreamTagFluent. buildLastCondition()TagEventConditionNamedTagEventListFluent. buildLastCondition()TagEventConditionImageStreamTagFluent. buildMatchingCondition(Predicate<TagEventConditionBuilder> predicate)TagEventConditionNamedTagEventListFluent. buildMatchingCondition(Predicate<TagEventConditionBuilder> predicate)Methods in io.fabric8.openshift.api.model that return types with arguments of type TagEventCondition Modifier and Type Method Description List<TagEventCondition>ImageStreamTagFluent. buildConditions()List<TagEventCondition>NamedTagEventListFluent. buildConditions()List<TagEventCondition>ImageStreamTag. getConditions()conditions is an array of conditions that apply to the image stream tag.List<TagEventCondition>NamedTagEventList. getConditions()conditions is an array of conditions that apply to the tag event list.Method parameters in io.fabric8.openshift.api.model with type arguments of type TagEventCondition Modifier and Type Method Description AImageStreamTagFluent. addAllToConditions(Collection<TagEventCondition> items)ANamedTagEventListFluent. addAllToConditions(Collection<TagEventCondition> items)AImageStreamTagFluent. removeAllFromConditions(Collection<TagEventCondition> items)ANamedTagEventListFluent. removeAllFromConditions(Collection<TagEventCondition> items)voidImageStreamTag. setConditions(List<TagEventCondition> conditions)conditions is an array of conditions that apply to the image stream tag.voidNamedTagEventList. setConditions(List<TagEventCondition> conditions)conditions is an array of conditions that apply to the tag event list.AImageStreamTagFluent. withConditions(List<TagEventCondition> conditions)ANamedTagEventListFluent. withConditions(List<TagEventCondition> conditions)Constructors in io.fabric8.openshift.api.model with parameters of type TagEventCondition Constructor Description TagEventConditionBuilder(TagEventCondition instance)TagEventConditionBuilder(TagEventConditionFluent<?> fluent, TagEventCondition instance)TagEventConditionFluent(TagEventCondition instance)Constructor parameters in io.fabric8.openshift.api.model with type arguments of type TagEventCondition Constructor Description ImageStreamTag(String apiVersion, List<TagEventCondition> conditions, Long generation, Image image, String kind, ImageLookupPolicy lookupPolicy, io.fabric8.kubernetes.api.model.ObjectMeta metadata, TagReference tag)NamedTagEventList(List<TagEventCondition> conditions, List<TagEvent> items, String tag)
-