File tree 2 files changed +25
-0
lines changed
2 files changed +25
-0
lines changed Original file line number Diff line number Diff line change 62
62
description : ExecutorType one of "rest" for rest openapi based executors
63
63
or "job" which will be default runners for testkube or "container"
64
64
for container executors
65
+ enum :
66
+ - job
67
+ - conrainer
65
68
type : string
66
69
features :
67
70
description : Features list of possible features which executor handles
Original file line number Diff line number Diff line change 51
51
action :
52
52
description : Action represents what needs to be executed for selected
53
53
Execution
54
+ enum :
55
+ - run
54
56
type : string
55
57
conditionSpec :
56
58
description : What resource conditions should be matched
@@ -93,14 +95,34 @@ spec:
93
95
type : string
94
96
event :
95
97
description : On which Event for a Resource should an Action be triggered
98
+ enum :
99
+ - created
100
+ - modified
101
+ - deleted
102
+ - deployment-scale-update
103
+ - deployment-image-update
104
+ - deployment-env-update
105
+ - deployment-containers-modified
96
106
type : string
97
107
execution :
98
108
description : Execution identifies for which test execution should
99
109
an Action be executed
110
+ enum :
111
+ - test
112
+ - testsuite
100
113
type : string
101
114
resource :
102
115
description : For which Resource do we monitor Event which triggers
103
116
an Action on certain conditions
117
+ enum :
118
+ - pod
119
+ - deployment
120
+ - statefulset
121
+ - daemonset
122
+ - service
123
+ - ingress
124
+ - event
125
+ - configmap
104
126
type : string
105
127
resourceSelector :
106
128
description : ResourceSelector identifies which Kubernetes Objects
You can’t perform that action at this time.
0 commit comments