From a031b83a09a8628435317a03f199cdc18b78262f Mon Sep 17 00:00:00 2001 From: Matthew Heon Date: Wed, 1 Nov 2017 11:24:59 -0400 Subject: Initial checkin from CRI-O repo Signed-off-by: Matthew Heon --- .../opencontainers/runc/libcontainer/configs/namespaces.go | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 vendor/github.com/opencontainers/runc/libcontainer/configs/namespaces.go (limited to 'vendor/github.com/opencontainers/runc/libcontainer/configs/namespaces.go') diff --git a/vendor/github.com/opencontainers/runc/libcontainer/configs/namespaces.go b/vendor/github.com/opencontainers/runc/libcontainer/configs/namespaces.go new file mode 100644 index 000000000..a3329a31a --- /dev/null +++ b/vendor/github.com/opencontainers/runc/libcontainer/configs/namespaces.go @@ -0,0 +1,5 @@ +package configs + +type NamespaceType string + +type Namespaces []Namespace -- cgit v1.2.3-54-g00ecf