struct

ECS::LogEntry::Container::Image

Inherits JSON::Serializable < Struct < Value < Object

Constructors

new(pull : JSON::PullParser)
Source
new

Initialize all values as nil

Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

name(new_value : String)

A chainable setter for name

Source
name

container.image.name

Name of the image the container was built on.

Level: Extended Type: Keyword

Source
name=(name : String | Nil)

container.image.name

Name of the image the container was built on.

Level: Extended Type: Keyword

Source
tag(new_value : String)

A chainable setter for tag

Source
tag

container.image.tag

Container image tags.

Level: Extended Type: Keyword

Source
tag=(tag : String | Nil)

container.image.tag

Container image tags.

Level: Extended Type: Keyword

Source