From 8d721e975ffca1c48102861e606666bbb5a49836 Mon Sep 17 00:00:00 2001 From: "Rob Dolin (MSFT)" Date: Wed, 18 Jan 2017 10:59:43 -0800 Subject: [PATCH] [Runtime] Allow for excluding pid from state Replaces #459 Signed-off-by: Rob Dolin (MSFT) --- runtime.md | 1 + 1 file changed, 1 insertion(+) diff --git a/runtime.md b/runtime.md index 6b8a66472..2c67ddee6 100644 --- a/runtime.md +++ b/runtime.md @@ -21,6 +21,7 @@ The value MAY be one of: Additional values MAY be defined by the runtime, however, they MUST be used to represent new runtime states not defined above. * **`pid`**: (int) is the ID of the container process, as seen by the host. +The pid MAY be excluded or set to a value indicating empty or null if it is not seen by the host. * **`bundlePath`**: (string) is the absolute path to the container's bundle directory. This is provided so that consumers can find the container's configuration and root filesystem on the host. * **`annotations`**: (map) contains the list of annotations associated with the container.