kubernetes/pkg/kubelet/cm/memorymanager/state
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
..
checkpoint.go migrate nolint coments to golangci-lint 2021-11-17 13:58:53 +01:00
state_checkpoint_test.go Remove ioutil in kubelet and its tests 2022-07-30 12:35:26 +09:00
state_checkpoint.go Replaces path.Operation with filepath.Operation (kubelet) 2022-11-08 16:05:48 +00:00
state_mem.go Memory manager structured logging 2021-03-15 15:51:19 -04:00
state.go memory manager: rename state structs and fields 2021-02-09 01:10:00 +02:00