File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -183,17 +183,17 @@ const (
183183 // PIDNamespace for isolating process IDs
184184 PIDNamespace LinuxNamespaceType = "pid"
185185 // NetworkNamespace for isolating network devices, stacks, ports, etc
186- NetworkNamespace = "network"
186+ NetworkNamespace LinuxNamespaceType = "network"
187187 // MountNamespace for isolating mount points
188- MountNamespace = "mount"
188+ MountNamespace LinuxNamespaceType = "mount"
189189 // IPCNamespace for isolating System V IPC, POSIX message queues
190- IPCNamespace = "ipc"
190+ IPCNamespace LinuxNamespaceType = "ipc"
191191 // UTSNamespace for isolating hostname and NIS domain name
192- UTSNamespace = "uts"
192+ UTSNamespace LinuxNamespaceType = "uts"
193193 // UserNamespace for isolating user and group IDs
194- UserNamespace = "user"
194+ UserNamespace LinuxNamespaceType = "user"
195195 // CgroupNamespace for isolating cgroup hierarchies
196- CgroupNamespace = "cgroup"
196+ CgroupNamespace LinuxNamespaceType = "cgroup"
197197)
198198
199199// LinuxIDMapping specifies UID/GID mappings
You can’t perform that action at this time.
0 commit comments