Skip to content
This repository has been archived by the owner on Oct 26, 2021. It is now read-only.

Latest commit

 

History

History
18 lines (11 loc) · 1.28 KB

IoArgoprojEventsV1alpha1SensorSpec.md

File metadata and controls

18 lines (11 loc) · 1.28 KB

IoArgoprojEventsV1alpha1SensorSpec

Properties

Name Type Description Notes
circuit String Circuit is a boolean expression of dependency groups DEPRECATED: Use Switch in triggers instead. [optional]
dependencies List<IoArgoprojEventsV1alpha1EventDependency> Dependencies is a list of the events that this sensor is dependent on. [optional]
dependencyGroups List<IoArgoprojEventsV1alpha1DependencyGroup> DependencyGroups is a list of the groups of events. [optional]
errorOnFailedRound Boolean ErrorOnFailedRound if set to true, marks sensor state as `error` if the previous trigger round fails. Once sensor state is set to `error`, no further triggers will be processed. [optional]
eventBusName String [optional]
template IoArgoprojEventsV1alpha1Template [optional]
triggers List<IoArgoprojEventsV1alpha1Trigger> Triggers is a list of the things that this sensor evokes. These are the outputs from this sensor. [optional]