kubernetes/pkg/kubelet/container/testing
Giuseppe Scrivano b2a92406ef
KEP-127: check for runtime handler userns support
block the creation of a pod that requires a user namespace, unless the
runtime handler has support for it.

If the pod requested for a user namespace, and the handler does not
support it then return an error regardless of the feature gate.

Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
2024-02-27 12:01:00 +01:00
..
fake_cache.go Add support for Evented PLEG 2022-11-08 20:06:16 +05:30
fake_ready_provider.go implementation of split disk kep 2023-11-01 14:46:33 -04:00
fake_runtime_helper.go KEP-127: check for runtime handler userns support 2024-02-27 12:01:00 +01:00
fake_runtime.go Merge pull request #121719 from ruiwen-zhao/metric-size 2024-02-13 16:23:50 -08:00
mock_runtime_cache.go Second attempt: Plumb context to Kubelet CRI calls (#113591) 2022-11-05 06:02:13 -07:00
mockdirentry.go Remove ioutil in kubelet and its tests 2022-07-30 12:35:26 +09:00
os.go fix concurrent-map-write of FakeOS.Create 2023-02-07 21:37:31 +08:00
runtime_mock.go Add image pull duration metric with bucketed image size 2024-02-08 00:30:31 +00:00