Skip to content

Commit

Permalink
fix: name typo
Browse files Browse the repository at this point in the history
Signed-off-by: Vladislav Sukhin <[email protected]>
  • Loading branch information
vsukhin committed Oct 23, 2024
1 parent 9de6904 commit 784bd14
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions api/testworkflows/v1/testworkflowexecution_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -96,13 +96,13 @@ type TestWorkflowRunningContext struct {
}

// supported actors for test workflow running context
// +kubebuilder:validation:Enum=cron;testrigger;user;testworkflow;testworkflowexecution;program
// +kubebuilder:validation:Enum=cron;testtrigger;user;testworkflow;testworkflowexecution;program
type TestWorkflowRunningContextActorType string

// List of TestWorkflowRunningContextActorType
const (
CRON_TestWorkflowRunningContextActorType TestWorkflowRunningContextActorType = "cron"
TESTRIGGER_TestWorkflowRunningContextActorType TestWorkflowRunningContextActorType = "testrigger"
TESTRIGGER_TestWorkflowRunningContextActorType TestWorkflowRunningContextActorType = "testtrigger"
USER_TestWorkflowRunningContextActorType TestWorkflowRunningContextActorType = "user"
TESTWORKFLOW_TestWorkflowRunningContextActorType TestWorkflowRunningContextActorType = "testworkflow"
TESTWORKFLOWEXECUTION_TestWorkflowRunningContextActorType TestWorkflowRunningContextActorType = "testworkflowexecution"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ spec:
description: supported actors for test workflow running context
enum:
- cron
- testrigger
- testtrigger
- user
- testworkflow
- testworkflowexecution
Expand Down Expand Up @@ -375,7 +375,7 @@ spec:
description: supported actors for test workflow running context'
enum:
- cron
- testrigger
- testtrigger
- user
- testworkflow
- testworkflowexecution
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10762,7 +10762,7 @@ spec:
description: supported actors for test workflow running context
enum:
- cron
- testrigger
- testtrigger
- user
- testworkflow
- testworkflowexecution
Expand Down

0 comments on commit 784bd14

Please sign in to comment.