Merge pull request #116377 from kinvolk/rata/userns
KEP-127: user namespace support for stateless pods
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -222,6 +222,10 @@ message Mount {
|
||||
bool selinux_relabel = 4;
|
||||
// Requested propagation mode.
|
||||
MountPropagation propagation = 5;
|
||||
// UidMappings specifies the runtime UID mappings for the mount.
|
||||
repeated IDMapping uidMappings = 6;
|
||||
// GidMappings specifies the runtime GID mappings for the mount.
|
||||
repeated IDMapping gidMappings = 7;
|
||||
}
|
||||
|
||||
// IDMapping describes host to container ID mappings for a pod sandbox.
|
||||
|
Reference in New Issue
Block a user