Skip to content

Commit 8d721e9

Browse files
authored
[Runtime] Allow for excluding pid from state
Replaces #459 Signed-off-by: Rob Dolin (MSFT) <robdolin@microsoft.com>
1 parent b10c0b2 commit 8d721e9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

runtime.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ The value MAY be one of:
2121

2222
Additional values MAY be defined by the runtime, however, they MUST be used to represent new runtime states not defined above.
2323
* **`pid`**: (int) is the ID of the container process, as seen by the host.
24+
The pid MAY be excluded or set to a value indicating empty or null if it is not seen by the host.
2425
* **`bundlePath`**: (string) is the absolute path to the container's bundle directory.
2526
This is provided so that consumers can find the container's configuration and root filesystem on the host.
2627
* **`annotations`**: (map) contains the list of annotations associated with the container.

0 commit comments

Comments
 (0)