We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9ff81b commit 6adebebCopy full SHA for 6adebeb
model/event.go
@@ -96,7 +96,7 @@ type EventRef struct {
96
// +kubebuilder:validation:Required
97
TriggerEventRef string `json:"triggerEventRef" validate:"required"`
98
// Reference to the unique name of a 'consumed' event definition
99
- // +kubebuilder:validation:Required
+ // +optional
100
ResultEventRef string `json:"resultEventRef" validate:"required"`
101
// Maximum amount of time (ISO 8601 format) to wait for the result event. If not defined it be set to the
102
// actionExecutionTimeout
0 commit comments