"vscode:/vscode.git/clone" did not exist on "b8ccaf4d737a3c6a7965317a5eedddf3f4af903d"
add k8s-device-plugin
Showing
Dockerfile
0 → 100644
| module k8s-device-plugin | ||
| go 1.25.3 | ||
| require ( | ||
| github.com/golang/glog v1.2.5 | ||
| github.com/kubevirt/device-plugin-manager v1.19.5 | ||
| ) | ||
| require ( | ||
| github.com/fsnotify/fsnotify v1.4.9 // indirect | ||
| github.com/gogo/protobuf v1.3.1 // indirect | ||
| github.com/golang/protobuf v1.4.2 // indirect | ||
| golang.org/x/net v0.0.0-20200904194848-62affa334b73 // indirect | ||
| golang.org/x/sys v0.0.0-20200917073148-efd3b9a0ff20 // indirect | ||
| golang.org/x/text v0.3.3 // indirect | ||
| google.golang.org/genproto v0.0.0-20200916143405-f6a2fa72f0c4 // indirect | ||
| google.golang.org/grpc v1.32.0 // indirect | ||
| google.golang.org/protobuf v1.25.0 // indirect | ||
| k8s.io/kubelet v0.19.2 // indirect | ||
| ) |
go.sum
0 → 100644
This diff is collapsed.
internal/pkg/hydcu/hydcu.go
0 → 100644
Please register or sign in to comment