From 9c3e9b169278f998902a4b58180a2185be5e81a5 Mon Sep 17 00:00:00 2001 From: Lukas Bindreiter Date: Thu, 25 Jun 2026 11:16:05 +0200 Subject: [PATCH] Filter jobs by cluster --- apis/workflows/v1/job.proto | 3 +++ 1 file changed, 3 insertions(+) diff --git a/apis/workflows/v1/job.proto b/apis/workflows/v1/job.proto index 47fc363..cc691f5 100644 --- a/apis/workflows/v1/job.proto +++ b/apis/workflows/v1/job.proto @@ -126,6 +126,9 @@ message QueryFilters { // Filter jobs by their tasks (whether they have tasks in a certain state). repeated TaskState task_states = 6; + + // Filter jobs by their clusters (whether they have tasks on certain clusters). + repeated string cluster_slugs = 7; } // QueryJobsRequest requests a list of jobs.