Uses of Class
io.fabric8.openshift.api.model.TagReference
-
Packages that use TagReference Package Description io.fabric8.openshift.api.model -
-
Uses of TagReference in io.fabric8.openshift.api.model
Methods in io.fabric8.openshift.api.model that return TagReference Modifier and Type Method Description TagReferenceTagReferenceBuilder. build()TagReferenceImageStreamSpecFluent. buildFirstTag()TagReferenceImageStreamSpecFluent. buildLastTag()TagReferenceImageStreamSpecFluent. buildMatchingTag(Predicate<TagReferenceBuilder> predicate)TagReferenceImageTagFluent. buildSpec()TagReferenceImageStreamSpecFluent. buildTag(int index)TagReferenceImageStreamTagFluent. buildTag()TagReferenceImageTag. getSpec()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.TagReferenceImageStreamTag. getTag()ImageStreamTag represents an Image that is retrieved by tag name from an ImageStream.Methods in io.fabric8.openshift.api.model that return types with arguments of type TagReference Modifier and Type Method Description List<TagReference>ImageStreamSpecFluent. buildTags()List<TagReference>ImageStreamSpec. getTags()tags map arbitrary string values to specific image locatorsMethods in io.fabric8.openshift.api.model with parameters of type TagReference Modifier and Type Method Description ImageStreamSpecFluent.TagsNested<A>ImageStreamSpecFluent. addNewTagLike(TagReference item)AImageStreamSpecFluent. addToTags(int index, TagReference item)AImageStreamSpecFluent. addToTags(TagReference... items)protected voidTagReferenceFluent. copyInstance(TagReference instance)ImageTagFluent.SpecNested<A>ImageTagFluent. editOrNewSpecLike(TagReference item)ImageStreamTagFluent.TagNested<A>ImageStreamTagFluent. editOrNewTagLike(TagReference item)AImageStreamSpecFluent. removeFromTags(TagReference... items)ImageStreamSpecFluent.TagsNested<A>ImageStreamSpecFluent. setNewTagLike(int index, TagReference item)voidImageTag. setSpec(TagReference spec)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.voidImageStreamTag. setTag(TagReference tag)ImageStreamTag represents an Image that is retrieved by tag name from an ImageStream.AImageStreamSpecFluent. setToTags(int index, TagReference item)ImageTagFluent.SpecNested<A>ImageTagFluent. withNewSpecLike(TagReference item)ImageStreamTagFluent.TagNested<A>ImageStreamTagFluent. withNewTagLike(TagReference item)AImageTagFluent. withSpec(TagReference spec)AImageStreamTagFluent. withTag(TagReference tag)AImageStreamSpecFluent. withTags(TagReference... tags)Method parameters in io.fabric8.openshift.api.model with type arguments of type TagReference Modifier and Type Method Description AImageStreamSpecFluent. addAllToTags(Collection<TagReference> items)AImageStreamSpecFluent. removeAllFromTags(Collection<TagReference> items)voidImageStreamSpec. setTags(List<TagReference> tags)tags map arbitrary string values to specific image locatorsAImageStreamSpecFluent. withTags(List<TagReference> tags)Constructors in io.fabric8.openshift.api.model with parameters of type TagReference 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)ImageTag(String apiVersion, Image image, String kind, io.fabric8.kubernetes.api.model.ObjectMeta metadata, TagReference spec, NamedTagEventList status)TagReferenceBuilder(TagReference instance)TagReferenceBuilder(TagReferenceFluent<?> fluent, TagReference instance)TagReferenceFluent(TagReference instance)Constructor parameters in io.fabric8.openshift.api.model with type arguments of type TagReference Constructor Description ImageStreamSpec(String dockerImageRepository, ImageLookupPolicy lookupPolicy, List<TagReference> tags)
-