kubernetes/pkg/kubelet/cm/devicemanager
Jan Safranek 77aa06d0c8 Remove util/selinux package
The package says:

> the libcontainer SELinux package is only built for Linux, so it is
> necessary to have a NOP wrapper which is built for non-Linux platforms

This is not true, Kubernetes now imports
github.com/opencontainers/selinux/go-selinux and it has proper
multiplatform support (i.e. NOOP on non-Linux platforms).

Removing the whole package and calling go-selinux directly.
2022-02-11 15:20:35 +01:00
..
checkpoint devicemanager: checkpoint: support pre-1.20 data 2021-10-26 09:54:11 +02:00
device_plugin_stub.go Migrate missed log entries in kubelet 2021-03-18 14:26:26 -07:00
endpoint_test.go Use unique socket name per cm test 2020-09-04 14:55:23 -04:00
endpoint.go add info for possible failed listAndWatch grpc call 2021-06-17 16:25:20 +08:00
manager_stub.go node: podresources: make GetDevices() consistent 2021-03-09 13:13:36 +01:00
manager_test.go devicemanager: checkpoint: support pre-1.20 data 2021-10-26 09:54:11 +02:00
manager.go Remove util/selinux package 2022-02-11 15:20:35 +01:00
OWNERS OWNERS cleanup - Jan 2021 Week 1 2022-01-10 08:14:29 -05:00
pod_devices_test.go devicemanager: skip unhealthy devs in GetAllocatable 2021-09-22 19:20:04 +02:00
pod_devices.go Merge pull request #103289 from AlexeyPerevalov/DoNotExportEmptyTopology 2021-10-07 07:11:46 -07:00
topology_hints_test.go node: podresources: make GetDevices() consistent 2021-03-09 13:13:36 +01:00
topology_hints.go device manager: do not clean admitted pods from the state 2021-08-08 16:46:06 +03:00
types.go Migrate devicemanager to structured logging 2021-03-14 11:57:06 -04:00