Do not checkpoint sandbox pid.

Signed-off-by: Lantao Liu <lantaol@google.com>
This commit is contained in:
Lantao Liu
2017-08-25 01:37:55 +00:00
parent e559804b37
commit 60d8430ac1
5 changed files with 12 additions and 14 deletions

View File

@@ -46,8 +46,6 @@ type Metadata struct {
Name string
// Config is the CRI sandbox config.
Config *runtime.PodSandboxConfig
// Pid is the process id of the sandbox.
Pid uint32
// NetNSPath is the network namespace used by the sandbox.
NetNSPath string
}