Labels and annotations¶
Labels¶
Workflow creator¶
https://argo-workflows.readthedocs.io/en/stable/workflow-creator/
Configmap¶
- Executor plugin
workflows.argoproj.io/configmap-type: ExecutorPlugin
https://argo-workflows.readthedocs.io/en/stable/executor_plugins/
- Memoization and cache
workflows.argoproj.io/configmap-type: Cache
- Parameter
https://argo-workflows.readthedocs.io/en/stable/memoization/
workflows.argoproj.io/configmap-type: Parameter
Annotations¶
Title and description¶
workflows.argoproj.io/title: "My title"
defaults to metadata.name if not specified
workflows.argoproj.io/description: "SuperDuperProject"
https://argo-workflows.readthedocs.io/en/stable/title-and-description/