github.com/kubeshop/testkube@v1.17.23/internal/common/mode.go (about) 1 package common 2 3 const ( 4 ModeStandalone = "standalone" 5 ModeAgent = "agent" 6 )