ECS::LogEntry::Container
Inherits JSON::Serializable < Struct < Value < Object
Constructors
new(pull : JSON::PullParser)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
SourceInstance methods
image
Sourceimage=(image : Image | Nil)
Sourcelabels=(labels : Hash(String, String) | Nil)
container.labels
Image labels.
Level: Extended Type: Object Object Type: Keyword
runtime
container.runtime
Runtime managing this container.
Level: Extended Type: Keyword Example:
docker
runtime=(runtime : String | Nil)
container.runtime
Runtime managing this container.
Level: Extended Type: Keyword Example:
docker