kubernetes/pkg/kubelet/cm
Claudiu Belu b9bf3e5c49 Replaces path.Operation with filepath.Operation (kubelet)
The path module has a few different functions:
Clean, Split, Join, Ext, Dir, Base, IsAbs. These functions do not
take into account the OS-specific path separator, meaning that they
won't behave as intended on Windows.

For example, Dir is supposed to return all but the last element of the
path. For the path "C:\some\dir\somewhere", it is supposed to return
"C:\some\dir\", however, it returns ".".

Instead of these functions, the ones in filepath should be used instead.
2022-11-08 16:05:48 +00:00
..
admission smtalign: cm: factor out admission response 2021-07-08 23:15:37 +02:00
containermap cpu manager policy set to none, no one remove container id from container map, lead memory leak 2022-03-30 23:25:05 +08:00
cpumanager Replaces path.Operation with filepath.Operation (kubelet) 2022-11-08 16:05:48 +00:00
cpuset Optimize: file /cpuset slice make cap (#112270) 2022-09-30 16:56:25 -07:00
devicemanager Replaces path.Operation with filepath.Operation (kubelet) 2022-11-08 16:05:48 +00:00
memorymanager Replaces path.Operation with filepath.Operation (kubelet) 2022-11-08 16:05:48 +00:00
topologymanager Improved multi-numa alignment in Topology Manager: implement closest numa policy 2022-11-03 10:45:25 +01:00
util generated: Run hack/update-gofmt.sh 2021-08-24 15:47:49 -04:00
cgroup_manager_linux_test.go generated: Run hack/update-gofmt.sh 2021-08-24 15:47:49 -04:00
cgroup_manager_linux.go Remove ioutil in kubelet and its tests 2022-07-30 12:35:26 +09:00
cgroup_manager_test.go generated: Run hack/update-gofmt.sh 2021-08-24 15:47:49 -04:00
cgroup_manager_unsupported.go kubelet: cgroups: be verbose about validation 2022-03-10 07:25:33 -08:00
container_manager_linux_test.go Merge pull request #111221 from inosato/remove-ioutil-from-kubelet 2022-09-17 21:56:28 -07:00
container_manager_linux.go Merge pull request #112914 from PiotrProkop/topology-manager-policies-flag 2022-11-07 16:00:51 -08:00
container_manager_stub.go Promote Local storage capacity isolation feature to GA 2022-08-02 23:45:48 -07:00
container_manager_unsupported.go node: devicemgr: Remove devicePluginEnabled field from container mgr 2022-11-02 11:05:20 +00:00
container_manager_windows.go node: devicemgr: Remove devicePluginEnabled field from container mgr 2022-11-02 11:05:20 +00:00
container_manager.go Improved multi-numa alignment in Topology Manager: introduce TopologyManagerOptions 2022-11-03 10:45:21 +01:00
fake_container_manager.go Promote Local storage capacity isolation feature to GA 2022-08-02 23:45:48 -07:00
fake_internal_container_lifecycle.go Make CRI v1 the default and allow a fallback to v1alpha2 2021-11-17 11:05:05 -08:00
fake_pod_container_manager.go register all pending pod deletions and check for kill 2021-02-04 11:45:42 -06:00
helpers_linux_test.go clarify CPUCFSQuotaPeriod values, set the minimum to 1ms 2022-09-08 23:29:13 +02:00
helpers_linux.go clarify CPUCFSQuotaPeriod values, set the minimum to 1ms 2022-09-08 23:29:13 +02:00
helpers_unsupported.go Clean up logic for deprecated flag --container-runtime in kubelet 2022-02-10 13:26:59 +02:00
helpers.go Enable allocatable support for Windows nodes 2018-10-30 11:17:23 +08:00
internal_container_lifecycle_linux.go Make CRI v1 the default and allow a fallback to v1alpha2 2021-11-17 11:05:05 -08:00
internal_container_lifecycle_unsupported.go Make CRI v1 the default and allow a fallback to v1alpha2 2021-11-17 11:05:05 -08:00
internal_container_lifecycle_windows.go Make CRI v1 the default and allow a fallback to v1alpha2 2021-11-17 11:05:05 -08:00
internal_container_lifecycle.go Make CRI v1 the default and allow a fallback to v1alpha2 2021-11-17 11:05:05 -08:00
node_container_manager_linux_test.go generated: Run hack/update-gofmt.sh 2021-08-24 15:47:49 -04:00
node_container_manager_linux.go Generate and format files 2022-07-26 13:14:05 -04:00
OWNERS Cleanup OWNERS files (No Activity in the last year) 2021-12-15 10:34:02 -05:00
pod_container_manager_linux_test.go chore: use require instead of assert 2022-08-08 21:06:38 +08:00
pod_container_manager_linux.go remove ioutil in kubelet 2022-04-27 21:08:42 +08:00
pod_container_manager_stub.go Apply pod name and namespace labels for pod cgroup for cadvisor metrics 2018-05-07 14:51:12 -04:00
pod_container_manager_unsupported.go generated: Run hack/update-gofmt.sh 2021-08-24 15:47:49 -04:00
qos_container_manager_linux_test.go generated: Run hack/update-gofmt.sh 2021-08-24 15:47:49 -04:00
qos_container_manager_linux.go pkg/kubelet: changes to update runc to 1.1.0 2022-03-28 16:23:20 -07:00
types.go kubelet: cgroups: be verbose about validation 2022-03-10 07:25:33 -08:00