client: mark the remote_task hook as deprecated. (#24505)

This commit is contained in:
James Rasell
2024-11-20 15:32:50 +00:00
committed by GitHub
parent 25cc492a16
commit beb4097e81

View File

@@ -16,6 +16,7 @@ var _ interfaces.TaskPrestartHook = (*remoteTaskHook)(nil)
var _ interfaces.TaskPreKillHook = (*remoteTaskHook)(nil)
// remoteTaskHook reattaches to remotely executing tasks.
// Deprecated: remote tasks drivers are no longer developed or supported.
type remoteTaskHook struct {
tr *TaskRunner