From c185d8c0d6774e90f64f4c6a84270c20a9325944 Mon Sep 17 00:00:00 2001 From: gcalin Date: Fri, 4 Mar 2022 19:04:58 +0100 Subject: Add option for pod logs to display different colors per container. Signed-off-by: Krzysztof Baran Signed-off-by: gcalin --- pkg/domain/entities/containers.go | 2 ++ 1 file changed, 2 insertions(+) (limited to 'pkg/domain/entities/containers.go') diff --git a/pkg/domain/entities/containers.go b/pkg/domain/entities/containers.go index 79795a221..072514d0f 100644 --- a/pkg/domain/entities/containers.go +++ b/pkg/domain/entities/containers.go @@ -257,6 +257,8 @@ type ContainerLogsOptions struct { Tail int64 // Show timestamps in the logs. Timestamps bool + // Show different colors in the logs. + Colors bool // Write the stdout to this Writer. StdoutWriter io.Writer // Write the stderr to this Writer. -- cgit v1.2.3-54-g00ecf