Package io.fabric8.openshift.api.model
Class TagEvent
- java.lang.Object
-
- io.fabric8.openshift.api.model.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
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TagEventBuilderedit()Map<String,Object>getAdditionalProperties()StringgetCreated()TagEvent is used by ImageStreamStatus to keep a historical record of images associated with a tag.StringgetDockerImageReference()dockerImageReference is the string that can be used to pull this imageLonggetGeneration()generation is the spec tag generation that resulted in this tag being updatedStringgetImage()image is the imagevoidsetAdditionalProperties(Map<String,Object> additionalProperties)voidsetAdditionalProperty(String name, Object value)voidsetCreated(String created)TagEvent is used by ImageStreamStatus to keep a historical record of images associated with a tag.voidsetDockerImageReference(String dockerImageReference)dockerImageReference is the string that can be used to pull this imagevoidsetGeneration(Long generation)generation is the spec tag generation that resulted in this tag being updatedvoidsetImage(String image)image is the imageTagEventBuildertoBuilder()
-
-
-
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
-
edit
public TagEventBuilder edit()
- Specified by:
editin interfaceio.fabric8.kubernetes.api.builder.Editable<TagEventBuilder>
-
toBuilder
public TagEventBuilder toBuilder()
-
-