Rename SystemProperties to Sysctl
Signed-off-by: Mrunal Patel <mrunalp@gmail.com>
This commit is contained in:
parent
c604beacfc
commit
83003b6d25
|
@ -17,8 +17,8 @@ type Linux struct {
|
||||||
GidMappings []IDMapping `json:"gidMappings"`
|
GidMappings []IDMapping `json:"gidMappings"`
|
||||||
// Rlimits specifies rlimit options to apply to the container's process.
|
// Rlimits specifies rlimit options to apply to the container's process.
|
||||||
Rlimits []Rlimit `json:"rlimits"`
|
Rlimits []Rlimit `json:"rlimits"`
|
||||||
// SystemProperties are a set of key value pairs that are set for the container on start.
|
// Sysctl are a set of key value pairs that are set for the container on start.
|
||||||
SystemProperties map[string]string `json:"systemProperties"`
|
Sysctl map[string]string `json:"sysctl"`
|
||||||
// Resources contain cgroup information for handling resource constraints
|
// Resources contain cgroup information for handling resource constraints
|
||||||
// for the container.
|
// for the container.
|
||||||
Resources Resources `json:"resources"`
|
Resources Resources `json:"resources"`
|
||||||
|
|
Loading…
Reference in New Issue