added comments
This commit is contained in:
		@@ -11,6 +11,7 @@ import (
 | 
			
		||||
	"github.com/rs/zerolog"
 | 
			
		||||
)
 | 
			
		||||
 | 
			
		||||
// An object to monitor the logs generated by a specific pod from a workflow execution
 | 
			
		||||
type ArgoWatch struct {
 | 
			
		||||
	Name      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 {
 | 
			
		||||
	Name        string
 | 
			
		||||
	Namespace   string
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user