Skip to content

Commit bca5cde

Browse files
authored
[V2] Add pod_name field to TailLogsRequest (#7221)
Signed-off-by: Kevin Su <pingsutw@apache.org>
1 parent dc56811 commit bca5cde

7 files changed

Lines changed: 702 additions & 661 deletions

File tree

flyteidl2/dataproxy/dataproxy_service.proto

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -202,6 +202,9 @@ message TailLogsRequest {
202202

203203
// The attempt number.
204204
uint32 attempt = 2 [(buf.validate.field).uint32.gt = 0];
205+
206+
// The pod name to tail logs from. If not provided, attempt to find the primary pod, else assume the first pod.
207+
string pod_name = 3;
205208
}
206209

207210
// Reponse message for tailing logs.

gen/go/flyteidl2/dataproxy/dataproxy_service.pb.go

Lines changed: 85 additions & 74 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gen/go/flyteidl2/dataproxy/dataproxy_service.pb.validate.go

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)