Values.ContainerStateChangeSourceAn object that represents a change in state for a container.
type nonrec t = {containerName : String_.t option;The name of the container.
*)imageDigest : String_.t option;The container image SHA 256 digest.
*)runtimeId : String_.t option;The ID of the Docker container.
*)exitCode : BoxedInteger.t option;The exit code for the container, if the state change is a result of the container exiting.
*)networkBindings : NetworkBindings.t option;Any network bindings that are associated with the container.
*)reason : String_.t option;The reason for the state change.
*)status : String_.t option;The status of the container.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Integer of BoxedInteger.t
| `List of
[> `Structure of
(string
* [> `Enum of string
| `Integer of BoxedInteger.t
| `String of String_.t ])
list ]
list
| `String of String_.t ])
list ]