image.v1.tagEvent
"TagEvent is used by ImageStreamStatus to keep a historical record of images associated with a tag."
Index
fn withCreated(created)
fn withDockerImageReference(dockerImageReference)
fn withGeneration(generation)
fn withImage(image)
Fields
fn withCreated
withCreated(created)
fn withDockerImageReference
withDockerImageReference(dockerImageReference)
"DockerImageReference is the string that can be used to pull this image"
fn withGeneration
withGeneration(generation)
"Generation is the spec tag generation that resulted in this tag being updated"
fn withImage
withImage(image)
"Image is the image"