github.com/kubeshop/testkube@v1.17.23/internal/config/procontext.go (about)

     1  package config
     2  
     3  type ProContext struct {
     4  	APIKey                           string
     5  	URL                              string
     6  	TLSInsecure                      bool
     7  	WorkerCount                      int
     8  	LogStreamWorkerCount             int
     9  	WorkflowNotificationsWorkerCount int
    10  	SkipVerify                       bool
    11  	EnvID                            string
    12  	OrgID                            string
    13  	Migrate                          string
    14  	ConnectionTimeout                int
    15  }