struct
Kubernetes::ContainerStateTerminated
- Kubernetes::ContainerStateTerminated
- Struct
- Value
- Object
Overview
ContainerStateTerminated is a terminated state of a container.
Included Modules
- JSON::Serializable
- Kubernetes::Serializable
- YAML::Serializable
Defined in:
generated/models/io_k8s_api_core_v1.crConstructors
- .new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
- .new(pull : ::JSON::PullParser)
- .new(*, __pull_for_json_serializable pull : ::JSON::PullParser)
- .new(*, __context_for_yaml_serializable ctx : YAML::ParseContext, __node_for_yaml_serializable node : YAML::Nodes::Node)
Macro Summary
-
field(name, type = nil, **options, &block)
Helper macro for defining fields with automatic camelCase conversion
Instance Method Summary
-
#container_id : String | Nil
Container's ID in the format '
://<container_id>' -
#container_id=(container_id : String | Nil)
Container's ID in the format '
://<container_id>' -
#exit_code : Int32 | Nil
Exit status from the last termination of the container
-
#exit_code=(exit_code : Int32 | Nil)
Exit status from the last termination of the container
-
#finished_at : Time | Nil
Time at which the container last terminated
-
#finished_at=(finished_at : Time | Nil)
Time at which the container last terminated
-
#message : String | Nil
Message regarding the last termination of the container
-
#message=(message : String | Nil)
Message regarding the last termination of the container
-
#reason : String | Nil
(brief) reason from the last termination of the container
-
#reason=(reason : String | Nil)
(brief) reason from the last termination of the container
-
#signal : Int32 | Nil
Signal from the last termination of the container
-
#signal=(signal : Int32 | Nil)
Signal from the last termination of the container
-
#started_at : Time | Nil
Time at which previous execution of the container started
-
#started_at=(started_at : Time | Nil)
Time at which previous execution of the container started
Constructor Detail
Macro Detail
Helper macro for defining fields with automatic camelCase conversion