File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -10,10 +10,10 @@ type LinuxRuntimeSpec struct {
1010}
1111
1212type LinuxRuntime struct {
13- // UidMapping specifies user mappings for supporting user namespaces on linux.
14- UidMappings []IDMapping `json:"uidMappings"`
15- // UidMapping specifies group mappings for supporting user namespaces on linux.
16- GidMappings []IDMapping `json:"gidMappings"`
13+ // UIDMapping specifies user mappings for supporting user namespaces on linux.
14+ UIDMappings []IDMapping `json:"uidMappings"`
15+ // GIDMapping specifies group mappings for supporting user namespaces on linux.
16+ GIDMappings []IDMapping `json:"gidMappings"`
1717 // Rlimits specifies rlimit options to apply to the container's process.
1818 Rlimits []Rlimit `json:"rlimits"`
1919 // Sysctl are a set of key value pairs that are set for the container on start
You can’t perform that action at this time.
0 commit comments