kubernetes/pkg/kubelet/cm/memorymanager
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
..
state Replaces path.Operation with filepath.Operation (kubelet) 2022-11-08 16:05:48 +00:00
fake_memory_manager.go Implement all necessary methods to provide memory manager data under pod resources metrics 2021-06-22 13:06:32 +03:00
memory_manager_test.go Second attempt: Plumb context to Kubelet CRI calls (#113591) 2022-11-05 06:02:13 -07:00
memory_manager.go Second attempt: Plumb context to Kubelet CRI calls (#113591) 2022-11-05 06:02:13 -07:00
policy_none.go memory manager: remove init containers once app container started 2021-07-05 20:52:25 +03:00
policy_static_test.go Merge pull request #104689 from cynepco3hahue/memory_manager_restricted_policy_fix 2021-10-05 06:47:08 -07:00
policy_static.go Merge pull request #104689 from cynepco3hahue/memory_manager_restricted_policy_fix 2021-10-05 06:47:08 -07:00
policy.go memory manager: remove init containers once app container started 2021-07-05 20:52:25 +03:00