From 697b46430a8a7c2c7231078911dcec51f0c6fab5 Mon Sep 17 00:00:00 2001 From: haircommander Date: Thu, 16 Aug 2018 17:12:16 -0400 Subject: Support pause containers in varlink Signed-off-by: haircommander Closes: #1187 Approved by: mheon --- libpod/pod.go | 5 ----- 1 file changed, 5 deletions(-) (limited to 'libpod') diff --git a/libpod/pod.go b/libpod/pod.go index e70cd9138..627711cdb 100644 --- a/libpod/pod.go +++ b/libpod/pod.go @@ -7,11 +7,6 @@ import ( "github.com/pkg/errors" ) -var ( - // KernelNamespaces is a list of the kernel namespaces a pod can share - KernelNamespaces = []string{"ipc", "net", "pid", "user", "mnt", "uts", "cgroup"} -) - // Pod represents a group of containers that are managed together. // Any operations on a Pod that access state must begin with a call to // updatePod(). -- cgit v1.2.3-54-g00ecf