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.
Output only.
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.
Output only.
core.int? termSignal;