ECS::LogEntry::Container::Image
Inherits JSON::Serializable < Struct < Value < Object
Constructors
new(pull : JSON::PullParser)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
SourceInstance methods
name
container.image.name
Name of the image the container was built on.
Level: Extended Type: Keyword
name=(name : String | Nil)
container.image.name
Name of the image the container was built on.
Level: Extended Type: Keyword
tag=(tag : String | Nil)
container.image.tag
Container image tags.
Level: Extended Type: Keyword