| annotations |
String |
Annotations adds to metadata.labels |
[optional] |
| dry_run |
BOOLEAN |
DryRun validates the workflow on the client-side without creating it. This option is not supported in API |
[optional] |
| entry_point |
String |
Entrypoint overrides spec.entrypoint |
[optional] |
| generate_name |
String |
GenerateName overrides metadata.generateName |
[optional] |
| labels |
String |
Labels adds to metadata.labels |
[optional] |
| name |
String |
Name overrides metadata.name |
[optional] |
| owner_reference |
IoK8sApimachineryPkgApisMetaV1OwnerReference |
OwnerReference creates a metadata.ownerReference |
[optional] |
| parameters |
Array<String> |
Parameters passes input parameters to workflow |
[optional] |
| pod_priority_class_name |
String |
Set the podPriorityClassName of the workflow |
[optional] |
| priority |
Integer |
Priority is used if controller is configured to process limited number of workflows in parallel, higher priority workflows are processed first. |
[optional] |
| server_dry_run |
BOOLEAN |
ServerDryRun validates the workflow on the server-side without creating it |
[optional] |
| service_account |
String |
ServiceAccount runs all pods in the workflow using specified ServiceAccount. |
[optional] |