We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc42090 commit ef5b904Copy full SHA for ef5b904
pkg/api/resources.go
@@ -33,7 +33,6 @@ func FromOCILinuxResources(o *rspec.LinuxResources, _ map[string]string) *LinuxR
33
Limit: Int64(m.Limit),
34
Reservation: Int64(m.Reservation),
35
Swap: Int64(m.Swap),
36
- Kernel: Int64(m.Kernel),
37
KernelTcp: Int64(m.KernelTCP),
38
Swappiness: UInt64(m.Swappiness),
39
DisableOomKiller: Bool(m.DisableOOMKiller),
0 commit comments