termSignal property
Termination signal of the container.
This is set to non-zero if the container is terminated by the system. At most one of exit_code or term_signal will be set.
Optional.
Implementation
core.int? termSignal;
Termination signal of the container.
This is set to non-zero if the container is terminated by the system. At most one of exit_code or term_signal will be set.
Optional.
core.int? termSignal;