kubernetes/pkg/kubelet/cm/devicemanager/plugin/v1beta1
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
..
api.go node: devicemgr: Address warnings from golint 2022-11-02 11:05:20 +00:00
client.go Merge pull request #112980 from swatisehgal/devicemanager-ga-graduation 2022-11-02 13:17:01 -07:00
handler.go fix data race in device manager plugin hander 2022-05-07 11:18:23 +08:00
server.go node: devicemgr: Address warnings from golint 2022-11-02 11:05:20 +00:00
stub.go Replaces path.Operation with filepath.Operation (kubelet) 2022-11-08 16:05:48 +00:00