Skip to content

Commit

Permalink
fixup! Allow kubelet-socket to be specified as command line argumen
Browse files Browse the repository at this point in the history
Signed-off-by: Evan Lezar <elezar@nvidia.com>
  • Loading branch information
elezar committed Jun 27, 2024
1 parent f5c7912 commit 464141f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/plugin/api.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ import "github.com/NVIDIA/k8s-device-plugin/internal/rm"
// Interface defines the API for the plugin package
type Interface interface {
Devices() rm.Devices
Start() error
Start(string) error
Stop() error
}

0 comments on commit 464141f

Please sign in to comment.