diff --git a/pkg/api/executor.proto b/pkg/api/executor.proto index a4bcc65ced1..4cd3c0b0eb7 100644 --- a/pkg/api/executor.proto +++ b/pkg/api/executor.proto @@ -54,7 +54,7 @@ message ExecutorPreemptRequest { message ExecutorCancelRequest { string name = 1; - // We select jobs on the executor to cancel based on the provided Select message + // We select jobs to cancel on the executor based on the provided Select message oneof Select { ByPriorityClass priorityClasses = 2; ByPriorityQueue queues = 3;