Class TagEvent

  • All Implemented Interfaces:
    io.fabric8.kubernetes.api.builder.Editable<TagEventBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource, Serializable

    @Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator")
    public class TagEvent
    extends Object
    implements io.fabric8.kubernetes.api.builder.Editable<TagEventBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
    TagEvent is used by ImageStreamStatus to keep a historical record of images associated with a tag.
    See Also:
    Serialized Form
    • Constructor Detail

      • TagEvent

        public TagEvent()
        No args constructor for use in serialization
      • TagEvent

        public TagEvent​(String created,
                        String dockerImageReference,
                        Long generation,
                        String image)
    • Method Detail

      • getCreated

        public String getCreated()
        TagEvent is used by ImageStreamStatus to keep a historical record of images associated with a tag.
      • setCreated

        public void setCreated​(String created)
        TagEvent is used by ImageStreamStatus to keep a historical record of images associated with a tag.
      • getDockerImageReference

        public String getDockerImageReference()
        dockerImageReference is the string that can be used to pull this image
      • setDockerImageReference

        public void setDockerImageReference​(String dockerImageReference)
        dockerImageReference is the string that can be used to pull this image
      • getGeneration

        public Long getGeneration()
        generation is the spec tag generation that resulted in this tag being updated
      • setGeneration

        public void setGeneration​(Long generation)
        generation is the spec tag generation that resulted in this tag being updated
      • getImage

        public String getImage()
        image is the image
      • setImage

        public void setImage​(String image)
        image is the image
      • getAdditionalProperties

        public Map<String,​Object> getAdditionalProperties()
      • setAdditionalProperty

        public void setAdditionalProperty​(String name,
                                          Object value)
      • setAdditionalProperties

        public void setAdditionalProperties​(Map<String,​Object> additionalProperties)