github.com/kubeshop/testkube@v1.17.23/pkg/cloud/data/config/commands.go (about)

     1  package config
     2  
     3  import "github.com/kubeshop/testkube/pkg/cloud/data/executor"
     4  
     5  const (
     6  	CmdConfigGetUniqueClusterId  executor.Command = "get_unique_cluster_id"
     7  	CmdConfigGetTelemetryEnabled executor.Command = "get_telemetry_enabled"
     8  	CmdConfigGet                 executor.Command = "get"
     9  	CmdConfigUpsert              executor.Command = "upsert"
    10  	CmdConfigGetOrganizationPlan executor.Command = "get_org_plan"
    11  )