added comments

This commit is contained in:
pb 2025-04-08 17:23:01 +02:00
parent 9a17623cab
commit 77a9b0770e

View File

@ -11,6 +11,7 @@ import (
"github.com/rs/zerolog" "github.com/rs/zerolog"
) )
// An object to monitor the logs generated by a specific pod from a workflow execution
type ArgoWatch struct { type ArgoWatch struct {
Name string Name string
Namespace string Namespace string
@ -47,6 +48,7 @@ func NewArgoLogs(name string, namespace string, stepMax int) *ArgoLogs {
} }
} }
// An object to monitor and log the output of an argo submit
type ArgoLogs struct { type ArgoLogs struct {
Name string Name string
Namespace string Namespace string