summaryrefslogtreecommitdiffstats
path: root/kube2msb/src/kube2msb/vendor/github.com/opencontainers/runc/libcontainer/configs/namespaces_unsupported.go
blob: 9a74033ceabe2bed7f5c2ef47c044ac705575a2e (plain)
1
2
3
4
5
6
7
8
// +build !linux,!freebsd

package configs

// Namespace defines configuration for each namespace.  It specifies an
// alternate path that is able to be joined via setns.
type Namespace struct {
}