github.com/kubeshop/testkube@v1.17.23/pkg/api/v1/testkube/model_event_resource.go (about)

     1  /*
     2   * Testkube API
     3   *
     4   * Testkube provides a Kubernetes-native framework for test definition, execution and results
     5   *
     6   * API version: 1.0.0
     7   * Contact: testkube@kubeshop.io
     8   * Generated by: Swagger Codegen (https://github.com/swagger-api/swagger-codegen.git)
     9   */
    10  package testkube
    11  
    12  type EventResource string
    13  
    14  // List of EventResource
    15  const (
    16  	TEST_EventResource                  EventResource = "test"
    17  	TESTSUITE_EventResource             EventResource = "testsuite"
    18  	EXECUTOR_EventResource              EventResource = "executor"
    19  	TRIGGER_EventResource               EventResource = "trigger"
    20  	WEBHOOK_EventResource               EventResource = "webhook"
    21  	TESTEXECUTION_EventResource         EventResource = "testexecution"
    22  	TESTSUITEEXECUTION_EventResource    EventResource = "testsuiteexecution"
    23  	TESTSOURCE_EventResource            EventResource = "testsource"
    24  	TESTWORKFLOW_EventResource          EventResource = "testworkflow"
    25  	TESTWORKFLOWEXECUTION_EventResource EventResource = "testworkflowexecution"
    26  )