Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Condition ¶
type Condition struct {
DependsOn []string `yaml:"depends_on"`
Name string
Kind string
Prefix string // Deprecated in favor of Transformers on 2021/01/3
Postfix string // Deprecated in favor of Transformers on 2021/01/3
Transformers transformer.Transformers
Spec interface{}
Scm map[string]interface{}
SourceID string `yaml:"sourceID"`
}
Condition defines which condition needs to be met in order to update targets based on the source output
Click to show internal directories.
Click to hide internal directories.