ExecutionNamespace
Condition for an execution namespace.
yaml
type: "io.kestra.plugin.core.condition.ExecutionNamespace"
yaml
- conditions:
- type: io.kestra.plugin.core.condition.ExecutionNamespace
namespace: company.team
comparison: PREFIX
Dynamic NO
String against which to match the execution namespace depending on the provided comparison.
Dynamic NO
Possible Values
EQUALSPREFIXSUFFIX
Comparison to use when checking if namespace matches. If not provided, it will use EQUALS
by default.
Dynamic NO
Default false
Whether to look at the flow namespace by prefix. Shortcut for comparison: PREFIX
.
Only used when comparison
is not set