From 9c96f78a3c8f3455d53aa891b4a4e1a87c433b05 Mon Sep 17 00:00:00 2001 From: Tom Clegg Date: Mon, 27 Feb 2023 14:10:56 -0500 Subject: [PATCH] 19961: Clarify preemptionNotice significance. Arvados-DCO-1.1-Signed-off-by: Tom Clegg --- doc/api/methods/containers.html.textile.liquid | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api/methods/containers.html.textile.liquid b/doc/api/methods/containers.html.textile.liquid index c4fa73466d..1d6c415a9e 100644 --- a/doc/api/methods/containers.html.textile.liquid +++ b/doc/api/methods/containers.html.textile.liquid @@ -93,7 +93,7 @@ table(table table-bordered table-condensed). |activity|string|A message for the end user about what state the container is currently in.|Optional.| |errorDetail|string|Additional structured error details.|Optional.| |warningDetail|string|Additional structured warning details.|Optional.| -|preemptionNotice|string|Indication that the preemptible instance where the container is running will be terminated soon.|Optional.| +|preemptionNotice|string|Details about any cloud provider scheduled interruption to the instance running this container.|Existence of this key indicates the container likely was (or will soon be) @Cancelled@ due to an instance interruption.| h2(#scheduling_parameters). {% include 'container_scheduling_parameters' %} -- 2.30.2