lastState

@JvmName(name = "eklswvhsjkiwpsky")
suspend fun lastState(value: Output<ContainerStateArgs>)
@JvmName(name = "rtlupkmnffrdqivh")
suspend fun lastState(value: ContainerStateArgs?)

Parameters

value

LastTerminationState holds the last termination state of the container to help debug container crashes and restarts. This field is not populated if the container is still running and RestartCount is 0.


@JvmName(name = "vhjcslufbjmmhapm")
suspend fun lastState(argument: suspend ContainerStateArgsBuilder.() -> Unit)

Parameters

argument

LastTerminationState holds the last termination state of the container to help debug container crashes and restarts. This field is not populated if the container is still running and RestartCount is 0.