mirror of
https://github.com/kemko/nomad.git
synced 2026-01-01 16:05:42 +03:00
remove repetitive words (#20110)
Signed-off-by: carrychair <linghuchong404@gmail.com>
This commit is contained in:
@@ -337,7 +337,7 @@ func (m *ReserveRequest) GetDeviceIds() []string {
|
||||
}
|
||||
|
||||
// ReserveResponse informs Nomad how to expose the requested devices
|
||||
// to the the task.
|
||||
// to the task.
|
||||
type ReserveResponse struct {
|
||||
// container_res contains information on how to mount the device
|
||||
// into a task isolated using container technologies (where the
|
||||
|
||||
@@ -92,7 +92,7 @@ message ReserveRequest {
|
||||
}
|
||||
|
||||
// ReserveResponse informs Nomad how to expose the requested devices
|
||||
// to the the task.
|
||||
// to the task.
|
||||
message ReserveResponse {
|
||||
// container_res contains information on how to mount the device
|
||||
// into a task isolated using container technologies (where the
|
||||
|
||||
@@ -17,7 +17,7 @@ import (
|
||||
var _ plugin.GRPCPlugin = &PluginDriver{}
|
||||
|
||||
// PluginDriver wraps a DriverPlugin and implements go-plugins GRPCPlugin
|
||||
// interface to expose the the interface over gRPC
|
||||
// interface to expose the interface over gRPC
|
||||
type PluginDriver struct {
|
||||
plugin.NetRPCUnsupportedPlugin
|
||||
impl DriverPlugin
|
||||
|
||||
Reference in New Issue
Block a user